美文网首页
windows下搭建ReactNative环境

windows下搭建ReactNative环境

作者: _请输入昵称 | 来源:发表于2018-09-24 15:52 被阅读0次

    1、安装nodejs nodejs版本号要>=6,npm版本号要<5
    2、
    npm install react-native-cli 安装rn命令行工具

    image.png
    react-native --help 查找rn命令
    image.png
    init 初始化一个rn项目
    -h 查找帮助
    -v 查看当前命令行工具版本
    3、下载安卓模拟器 andriod studio jdk 8
    https://developers.google.cn/
    https://developer.android.google.cn/
    https://www.bgrc.fun/posts/rn1/index.html
    4、创建项目(出现错误可能是npm版本问题)
    react-native init app
    image.png
    安装成功
    5、在安卓模拟器中打开项目 安装sdk 以及一些其他依赖,直到没有红色感叹号
    image.png

    相关文章

      网友评论

          本文标题:windows下搭建ReactNative环境

          本文链接:https://www.haomeiwen.com/subject/gkwcoftx.html