Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastermoo/navigation-mobx-example
proof of concept project to use mobX in react-native-navigation
https://github.com/mastermoo/navigation-mobx-example
mobx mobx-react react-native react-native-navigation
Last synced: 3 months ago
JSON representation
proof of concept project to use mobX in react-native-navigation
- Host: GitHub
- URL: https://github.com/mastermoo/navigation-mobx-example
- Owner: mastermoo
- License: mit
- Created: 2016-08-13T10:49:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T11:17:16.000Z (over 8 years ago)
- Last Synced: 2024-01-14T01:07:46.382Z (about 1 year ago)
- Topics: mobx, mobx-react, react-native, react-native-navigation
- Language: JavaScript
- Homepage: https://github.com/wix/react-native-navigation
- Size: 91.8 KB
- Stars: 47
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-mobX
A simple usage example for an app based on mobX instead of redux in your [react-native-navigation](https://github.com/wix/react-native-navigation) project.
See this [issue](https://github.com/wix/react-native-navigation/issues/187).## Installation - iOS
* Run `npm install`
* Open `ios/NavigationMobxExample.xcodeproj` in Xcode and press the play button
## Folder Structure
* `src/screens/` - all your app screens, every screen component is wrapped in an mobX observer
* `src/stores/` - all of your mobX goodness goes here, all business logic should be here