A simple usage example for an app based on mobX instead of redux in your react-native-navigation project. See this issue.
-
Run
npm install -
Open
ios/NavigationMobxExample.xcodeprojin Xcode and press the play button
src/screens/- all your app screens, every screen component is wrapped in an mobX observersrc/stores/- all of your mobX goodness goes here, all business logic should be here