rn红屏报错解决方法.md

rn红屏报错解决方法

在运行RN时报错Attempted to redefine property '0'(http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false:69623)

在浏览器中打开http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false,复制所有的代码到ide中,找到69623行,该行就是错误所在,然后修复过来就可以了。