React-Native hello word 搭建及新手常见问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React-Native hello word 搭建及新手常见问题相关的知识,希望对你有一定的参考价值。

参考文档:http://reactnative.cn/docs/0.20/getting-started.html

 

cmd 打开 敲入

1、

npm config set registry 技术分享https://registry.npm.taobao.org
npm config set disturl 技术分享https://npm.taobao.org/dist 
 
2、npm install -g react-native-cli
 
3、 cmd 中切换到指定的项目路径
    react-native init AwesomeProject
 
4、
 启动服务:  react-native start
运行程序:  react-native run-android 
问题:
  找不到 sdk
  参考:http://blog.csdn.net/hpli148/article/details/7580055
技术分享
 
 
 找不到设备: 
   设备是否插入,是否认到
技术分享
 编译运行超时:http://reactnative.cn/docs/0.20/linux-windows-support.html#content
   如果你碰到了ERROR Watcher took too long to load的报错,请尝试将MAX_WAIT_TIME值改得更大一些 (文件的具体路径是node_modules\react-native\packager\react-packager\src\DependencyResolver\FileWatcher\index.jsnode_modules/react-native/packager/react-packager/src/FileWatcher/index.js)。
技术分享
技术分享

以上是关于React-Native hello word 搭建及新手常见问题的主要内容,如果未能解决你的问题,请参考以下文章

react-native 环境配置及hello world

[React-Native]入门(Hello World)

Hello Word

react-native混合原生开发

react-native 组件的导入导出

react-native导航器 react navigation 介绍