react-navigation-mobx-example
MobX Integration react-navigation + Navigation Playground Example
File Explorer
- index.android.js
- index.ios.js
- Entypo.ttf
- EvilIcons.ttf
- FontAwesome.ttf
- Foundation.ttf
- Ionicons.ttf
- MaterialCommunityIcons.ttf
- MaterialIcons.ttf
- Octicons.ttf
- SimpleLineIcons.ttf
- Zocial.ttf
- MainActivity.java
- MainApplication.java
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- BUCK
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- BUCK
- debug.keystore.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- LaunchScreen.xib
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- Info.plist
- Info.plist
- ReactNavitationMobxExample-tvOS.xcscheme
- ReactNavitationMobxExample.xcscheme
- project.pbxproj
- Info.plist
- ReactNavitationMobxExampleTests.m
- NavLogo.png
- index.js
- NavigationStore.js
- createNavigationContainer.js
- handleBackButton.js
- App.js
- Banner.js
- CustomTabs.js
- Drawer.js
- ModalStack.js
- SampleText.js
- SimpleStack.js
- SimpleTabs.js
- StacksInTabs.js
- .babelrc
- .buckconfig
- .eslintrc
- .flowconfig
- .gitattributes
- .gitignore
- .importjs.js
- .watchmanconfig
- app.json
- index.android.js
- index.ios.js
- package.json
- README.md
- thumb.png
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
react-native
View Details ▼
react-native
A framework for building native apps with React.
react-native init {{project_name}}
Initialize a new React Native project in a directory of the same name:
react-native start
Start the metro bundler:
react-native start --reset-cache
Start the metro bundler with a clean cache:
