小白請參照官方文檔
本機開發(fā)
react-native --version
react-native-cli: 2.0.1
react-native: 0.47.1
在react-native run-ios 時候,遇到一個問題需要在xcode編譯才能看出來
boost/config/user.hpp file not found
(不要百度)Google后其弊,找到了解決方案养铸,原因是
~/.rncache
這個目錄里的目標文件被強了,刪除后毅弧,需要手動curl 下載
https://github.com/google/glog/archive/v0.3.4.tar.gz
https://github.com/google/double-conversion/archive/v1.1.5.tar.gzhttps://github.com/react-native-community/boost-for-react-native/releases/download/v1.63.0-0/boost_1_63_0.tar.gzhttps://github.com/facebook/folly/archive/v2016.09.26.00.tar.gz
基本工作準備就緒,下一步執(zhí)行開發(fā)
根據(jù)網(wǎng)上查找的資料比對(我喜歡使用新的),本次大白開發(fā)使用如下組件(待補齊):
1. react-navigation
2. mobx-react
1.導航及路由
react-navigation
安裝命令(yarn或npm):
yarn add react-navigation
npm install --save react-navigation
2.數(shù)據(jù)狀態(tài)管理
mobx-react(也可以使用redux)
安裝命令:
yarn add mobx
yarn add mobx-react