加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

React Native入门学习笔记二(环境搭建Mac+ios)

发布时间:2020-12-15 03:29:59 所属栏目:百科 来源: http://facebook.github.io/rea
导读:React Native入门二 环境搭建Mac+iOS 安装 参考网站: http://facebook.github.io/react-native/docs/getting-started.html 这是中文: http://reactnative.cn/docs/0.27/getting-started.html Homebrew /usr/bin/ruby -e " $(curl -fsSL https://raw.github

React Native入门二 环境搭建Mac+iOS


安装

参考网站:
http://facebook.github.io/react-native/docs/getting-started.html
这是中文:
http://reactnative.cn/docs/0.27/getting-started.html

Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Nodejs

brew install node

react-native-cli

npm install -g react-native-cli

XCode

推荐安装的工具

watchman

brew install watchman

flow

brew install flow

Nuclide

测试

react-native init AwesomeProject
cd AwesomeProject
react-native run-iso

修改项目

打开index.ios.js 修改,在iOS 模拟器里案件:?-R,查看修改结果。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读