Skip to main content
Version: Next

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
npm install
# for iOS:
npm run xcode # Opens XCode
npm start # Starts the packager on linux like systems
# for Android:
# 1. open Android Studio inside ".\playground"
# 2. start a emulator
npm run start-windows # Start the packager if you are on a windows system
# Run the app in Simulator or on Device from within XCode/Android Studio