# react native #
-
神坑react native之unable to load script from assets 'index.android.bundle'报错的解决方法
windows环境下,执行 react-native run-android 对项目进行调试的时候,会遇到在模拟器中报错[...]
-
神坑react native之A problem occurred configuring project ':app'报错的解决方法
windows平台下,react native本地项目连接模拟器调试,在执行 react-native run-andr[...]
-
神坑react native之ScrollView child layout (["alignitems", "justifyContent"]) must be applied through the contentContainerStyle prop
用react native 0.5里的flatlist组件,给faltlist直接加了justifyContent或[...]
-
神坑react native之Cannot Add a child that doesn't have a YogaNode to a parent with out a measure function
在react native最新版 0.50,遍历数据时在组件标签中插入数据,写法大致如下: ...<View st[...]