HuangQiii

Results 4 issues of HuangQiii

如果根据文档中的api,如果要实现点击,打开一个tab页,切换tab页保持缓存,那是没有问题的。 但是考虑到点击tab页上的关闭,要卸载掉路由,文档里的forceUnmount,在代码中并没有找到,不知是否已经删除了这个api。 而且似乎以下的场景也还是没法实现(没有代码无法看实现细节): /user/:id路由为这个,然后打开了三个tab页,分别是/user/1, /user/2, /user/3,点击关闭3,如果使用forceUnmount去匹配3时卸载(通过mobx之类的中转值),可是整个LiveRoute不是应该都会卸载吗?那1和2的还会存在吗

enhancement

swift,react-native0.48.3 when i use ``` yarn add react-native-cookies react-native link react-native-cookies ``` then i clean and run an error occur ![555831342961582689](https://user-images.githubusercontent.com/11797760/32715677-42ce77a0-c88e-11e7-8cf7-10525eb3c3a4.png) google and do something but none is ok like...

应该是个小笔误吧

在react-native0.46.1的情况下,设置高度会出现约两倍的高度而且有滚动条,查看代码发现需要讲scalesPageToFit={false}设置为scalesPageToFit={true} 另,点击在point上可以触发onpress事件,但是point太小(大了影响阅读性),正在研究怎么在空白出点击也触发事件,因为在空白处点击可以把辅助线移到最近的x轴值上