Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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