react-native-fruitStore icon indicating copy to clipboard operation
react-native-fruitStore copied to clipboard

mobx的使用

Open baoxd opened this issue 8 years ago • 1 comments

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

baoxd avatar Mar 16 '18 06:03 baoxd

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

shooterRao avatar Apr 02 '18 02:04 shooterRao