RN-1.Install

2018-01-03  本文已影响0人  傻Xiao

node

watchman

brew install watchman

Watchman is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

RN CLI

npm install -g react-native-cli

更新Xcode

create project

  1. 构建项目
    react-native init test
  2. 运行
    cd test
    react-native run-ios
    
  3. 看到Welcome to React Native!
上一篇 下一篇

猜你喜欢

热点阅读