React Native 編譯命令
編譯命令
執行 server
react-native start 或者 npm start
執行 客戶端
react-native run-android
安裝模組,新增依賴
npm install react-native-swiper –save
檢視模組
npm view react-native-swiper
刪除模組
npm rm react-native-swiper
建立專案
react-native init 專案名稱
檢視版本號
react-native –version
查詢 react-native 依賴npm包
npm info react-native
查詢 react-native 專案包
進入專案根目錄, cat package.json
升級 專案內的庫
進入專案根目錄,react-native upgrade
升級 React Native
sudo npm update -g react-native-cli (如果許可權沒有限制沒必要用sudo)
相關文章
- React Native babel編譯異常問題React NativeBabel編譯
- [譯] 圖解 React Native圖解React Native
- React Native 常用命令React Native
- [譯] Airbnb 在 React Native 上下的賭注(四):React Native 退役AIReact Native
- React Native - react-native-code-push-熱更新外掛的使用[譯文]React Native
- 【譯】Flutter vs React Native vs Native:深度效能比較FlutterReact Native
- 【譯】React Native 常用的 15 個庫React Native
- 【譯】React Native中的動畫漸變React Native動畫
- [譯] React Native 中使用轉場動畫!React Native動畫
- 用命令編譯編譯
- 【譯】React Native – 同步和非同步渲染效能React Native非同步
- 【譯】React Native - 同步和非同步渲染效能React Native非同步
- 提前編譯:AOT-Native Image 和執行時編譯 JIT編譯
- [React Native]react-native-scrollabReact Native
- [譯] React Native 與 iOS 和 Android 通訊React NativeiOSAndroid
- (譯)React Native 中的導航器怎麼選?React Native
- [譯] React Native vs. Cordova、PhoneGap、Ionic,等等React Native
- clang++編譯命令編譯
- React Native 使用 react-native-webview 渲染 HTMLReact NativeWebViewHTML
- React Native Icon方案:react-native-svgReact NativeSVG
- React Native轉web方案:react-native-webReact NativeWeb
- iOS React Native 混合開發整合React NativeiOSReact Native
- [譯] Airbnb 在 React Native 上下的賭注(一):概述AIReact Native
- 理解Android編譯命令Android編譯
- react-native配置react-native-image-crop-pickerReact
- React Native 上手React Native
- react-nativeReact
- react native FlatListReact Native
- Hello React NativeReact Native
- React Native / React除錯技巧React Native除錯
- [譯] 原生 iOS(Swift) 和 React-Native 的效能比較iOSSwiftReact
- 《React Native高效開發》之create-react-native-appReact NativeAPP
- [java]javap命令列反編譯Java命令列編譯
- React Native選擇器元件-react-native-slidepickerReact Native元件IDE
- react native 包學不包會系列--認識react nativeReact Native
- react-native呼叫native步驟React
- react/react-native效能優化React優化
- [譯] React Native 中那些令我收穫頗豐的痛點React Native