Awesome
rn_mobx_template
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
orContainer
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