react-native-navigation的迁移库

showcases.md 993B

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.

Stater Kits

Playground

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

git clone -b v2 git@github.com:wix/react-native-navigation.git
cd react-native-navigation
npm install
npm run xcode # Opens XCode
npm start # Starts the packager

# Run the app in Simulator or on Device from within XCode