如何建立reactnative工程並發布到真機
1、安裝python,配置python環境變數
2、安裝androidsdk,配置sdk的環境變數。環境變數名為android_home
3、安裝react native外掛程式
npm install -g react-native-cli
4、初始化react native專案
react-native init first
5、啟動react-native:
cd first
react-native start
6、發布執行到模擬器或真機
cd first
react-native run-android
7、執行到真機後
執行真機成功後截圖
7.設定reactnative伺服器ip位址和埠
切換wife和電腦執行的wify為同一wify
搖一搖真機,點選dev settings,點選debugging,設定伺服器id和埠。
建立react native報錯
installing cocoapods dependencies this may take a few minutes error error failed to install cocoapods dependencies for ios project,which is required b...
建立React Native 專案
適用版本 react native 0.62 安裝yarn 可以不安裝 npm install g yarnandroid配置環境變數 配置 android home 環境變數 新增環境變數 android home platform tools android home emulator andr...
react native 建立私有庫
一 新建私有庫 參考這個工具庫,新建要開發的庫react native module 安裝這個庫 npm install g react native cli yarn npminstall g create react native module 新建你要建立的庫,這個工具可以自動建立exampl...