Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 445 Bytes

mac环境搭建.md

File metadata and controls

23 lines (20 loc) · 445 Bytes

mac环境搭建

官网参考

安装依赖

Node Xcode Watchman

安装脚手架

yarn  global add react-native-cli

创建一个项目

 react-native init MyApp --version
 例如:react-native init MyApp [email protected]

运行项目

cd MyApp
react-native run-ios

或者打开xcode 直接运行