react-native-navigation的迁移库
Yogev Ben David c8c925abb0
Fix split view on iOS (#5961)
4 jaren geleden
.github v5 (#5931) 4 jaren geleden
autolink v5 (#5931) 4 jaren geleden
docs Update shared element docs with new API 4 jaren geleden
e2e External components fixes (#5896) 4 jaren geleden
integration Use lodash submodules to reduce bundle size (#5734) 4 jaren geleden
lib Fix split view on iOS (#5961) 4 jaren geleden
playground Fix split view on iOS (#5961) 4 jaren geleden
scripts v5 (#5931) 4 jaren geleden
.gitignore Allow to update props for a specific component (#5612) 4 jaren geleden
.logo.png update readme 5 jaren geleden
.npmignore Update .npmignore (#3906) 5 jaren geleden
.watchmanconfig deleted old redux example, using yarn, update package.json to alpha 7 jaren geleden
CHANGELOG.md Update changelog 4 jaren geleden
Color+Interpolation.h v5 (#5931) 4 jaren geleden
Color+Interpolation.m v5 (#5931) 4 jaren geleden
LICENSE Update LICENSE 7 jaren geleden
LNInterpolable.h v5 (#5931) 4 jaren geleden
README.md Update README.md 4 jaren geleden
ReactNativeNavigation.podspec v5 (#5931) 4 jaren geleden
babel.config.js Support RN 0.59 (#5050) 5 jaren geleden
index.js Support Context api (#4427) 5 jaren geleden
jsconfig.json app lifecycle 7 jaren geleden
metro.config.js Support RN 0.59 (#5050) 5 jaren geleden
package.json Update package.json version to 6.0.1 [ci skip] 4 jaren geleden
react-native.config.js v5 (#5931) 4 jaren geleden
tsconfig-strict.json Use lodash submodules to reduce bundle size (#5734) 4 jaren geleden
tsconfig.json Use lodash submodules to reduce bundle size (#5734) 4 jaren geleden
tslint.json Support RN 0.56 6 jaren geleden
wallaby.js v5 (#5931) 4 jaren geleden

README.md

npm npm (tag) npm (tag) Build Status Join us on Discord StackExchange


React Native Navigation

React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps. The JavaScript API is simple and cross-platform - just install it in your app and give your users the native feel they deserve. Ready to get started? Check out the docs.

Quick Links

Installation

As react-native-navigation is a native navigation library - integrating it into your app will require editing native files. Follow the installation guides in the documentation.