react native 安裝指南

來源:互聯網
上載者:User

標籤:

React Native
基於node.js的Model環境,使用React的UI環境,的一套跨平台方案。

現實方案可能是,基於node.js的Model環境,基於各個平台的UI環境。

ios 環境安裝
1.安裝nvm
https://github.com/creationix/nvm#installation

2.安裝node

nvm install 5.3.0
nvm alias default node

3.安裝 watchman
brew install watchman

4.安裝 flow(js靜態檢查)
brew install flow

5. npm install -g react-native-cli
react native 的命令列工具

6.建立工程
react-native init SampleProject

7.工程調試時,需要一個命令列啟動的node server 存在,才能夠運行。
如果需要離線的,打包的app,則需要如下步驟(未實驗)
https://facebook.github.io/react-native/docs/running-on-device-ios.html#using-offline-bundle

8.可以再已有工程中整合進來
https://facebook.github.io/react-native/docs/embedded-app-ios.html#content

react native 安裝指南

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.