React 入门实例教程
React-Native入门指南
Flex 布局教程:语法篇
React Native探索(二):布局篇
JSON.parse 函数 (JavaScript)
下面一篇的用法需要注意如果请求返回的结果是Object {status: 103, msg: “口令错误!”}这种格式的一定要通过stringify方法先转换成字符串,否则JSON.parse的时候会抛出异常,上面这种格式转换后的样式是:{“status”:103,”msg”:”口令错误!”}
下篇中NDK一定要使用android-ndk-r10e-darwin-x86_64这个版本,否则会报错,下载地址:http://stackoverflow.com/questions/36209774/unable-to-run-react-native-uiexplorer-example-project
【React Native开发】React Native配置运行官方例子-初学者的福音(8)
构建 Facebook F8 2016 App / React Native 开发指南
mac安装mongodb F8项目使用http://www.cnblogs.com/junqilian/p/4109580.html
ExceptionsManager.js:61 Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of
Navigator
. 本人出现这个问题的原因是没有把自己的组建export default Splash,但是在Navigator中使用了,加上后就没有了相关问题
新手理解Navigator的教程
React Native 路由框架
在index.android(ios).js中添加console.disableYellowBox = true可以去除警告信息。