react native ios10 xcode8 bug 集合

state 是一个对象, 

state = A

state = B

A B 两者之间 ,没有任何关系

所以改变 state的值 只能 使用 setState,使用state 就是直接赋值,改变了原来的值,就等于 replaceState

react native ios10 xcode8 bug 集合_第1张图片
react native ios10 xcode8 bug 集合_第2张图片


调试时 ,mac 所连接wifi 和 iphone 所连接的wifi 必须是同一个,


否则就会 loading 很慢






某写地方 不能够断点:

()=》 写法 






react native ios10 xcode8 bug 集合_第3张图片


切换动画变得非常慢,navagitor 切换变得缓慢


终极解决方案 :

模拟器 恢复出厂设置




react native ios10 xcode8 bug 集合_第4张图片



react-native Xcode8.0 RCTWebSocket报错解决办法



http://blog.csdn.net/u013751625/article/details/52797812

http://blog.csdn.net/lvchenqiang_/article/details/52692705


http://blog.csdn.net/cool_bear_xx/article/details/52587104




react native ios10 xcode8 bug 集合_第5张图片

问题是 : callback 执行 出错



async init() {

var fileText = await RNFS.readFile(Config.LessonPath + 'lesson.json');

你可能感兴趣的:(react native ios10 xcode8 bug 集合)