rnmobxtemplate
September 5, 2016 ยท View on GitHub

Template for using MobX in React Native with sample code
-
Create model in
App/Model -
Add the new model to the store in
App/Model/MainStore.js -
Use the model in your
ComponentorContainer
September 5, 2016 ยท View on GitHub

Template for using MobX in React Native with sample code
Create model in App/Model
Add the new model to the store in App/Model/MainStore.js
Use the model in your Component or Container