react-native-navigation的迁移库
Daniel Zlotin 8034a603dd update to RN0.37 před 7 roky
..
android fixed crashing release builds: apply react.gradle to enable bundling in release builds. před 8 roky
img Implement CollapsingTopBar před 7 roky
ios make example project works před 8 roky
src Add CollapsingTopBar screen to Android example před 7 roky
.flowconfig initial před 8 roky
.gitignore initial před 8 roky
.watchmanconfig initial před 8 roky
README.md release 0.1.0, redux support, explicit setOnNavigatorEvent, simplified API - no more direct work with Screen před 8 roky
index.android.js fixed typo před 8 roky
index.ios.js adding example content před 8 roky
package.json update to RN0.37 před 7 roky

README.md

example

A simple usage example. If you’re using redux, take a look at example-redux.

Installation - iOS

  • In the example/ folder, run npm install

Make sure you’re using npm ver 3. If you normally use npm ver 2 on your system and reluctant to upgrade, you can install npm 3 alongside 2. For more details see https://github.com/wix/react-native-navigation/issues/1

  • Open example/ios/example.xcodeproj in Xcode and press the play button