Skip to main content
Version: 8.5.0

Showcases

Apps#

Hekla for Hacker News#

A hacker news client built from the ground up with v2 of react-native-navigation.

It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and more.

Starter Kits#

Playground#

The playground example is a place where we showcase and test all features of react-native-navigation.

git clone https://github.com/wix/react-native-navigation
cd react-native-navigation
yarn install
# for iOS:
yarn pod-install # Install iOS pods
yarn xcode # Opens XCode
yarn start # Starts the packager
# for Android:
# 1. open Android Studio inside "./playground/android"
# 2. start an emulator
yarn start # Start the packager
# Run the app in Simulator or on Device from within XCode/Android Studio