State Management with MobX State Tree
Introduction to MobX State Tree

To see a completed React Native example using MobX State Tree and our example BookStore, check out the repo here.
If you would like to give MobX State Tree a spin, you will also need to install a babel plugin so we can use ES7 decorators:
npm i babel-plugin-transform-decorators-legacy --save-dev