shooterRao / react-native-fruitStore

用react-native+mobx开发一个简单的迷你水果商城,支持ios和android。Use react-native + mobx to develop a simple mini fruit mall that supports ios and android.
MIT License
304 stars 73 forks source link

mobx的使用 #1

Open baoxd opened 6 years ago

baoxd commented 6 years ago

你好,在网上看到这个RN实例,也照着写了一遍。在使用mobx时做了一些修改,在你的例子中一些地方直接修改了store的数据,我本人也是刚接触mobx,对于mobx的合理使用也不太了解。下面是地址 https://github.com/baoxd/react-native/tree/master/FruitStore 。 MAC已经测试了

shooterRao commented 6 years ago

@baoxd 谢谢你的帮忙测试。关于mobx的使用可以参考mobx的官方文档 http://cn.mobx.js.org/ ,我是看文档进行学习的。