Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 259 Bytes

rn_mobx_template

Gif

Template for using MobX in React Native with sample code

  1. Create model in App/Model

  2. Add the new model to the store in App/Model/MainStore.js

  3. Use the model in your Component or Container