React Native 基礎報錯及解決方案記錄

來源:互聯網
上載者:User

標籤:app   code   rar   reac   eset   啟動   tar   sele   can   

剛開始上手RN,碰到很多坑,記錄一下。碰到問題多去看看github上面的issue!

啟動命令react-native run-ios報錯
1、:xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

解決方案

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

重新跑一下就好了

2、bundling failed: Error: Unable to resolve module ‘./../react-transform-hmr/lib/index.js‘

解決方案

react-native start --reset-cache

3、Cannot read property ‘bindings‘ of null

node_modules/react-native/Libraries/react-native/react-native-implementation.js: Cannot read property 'bindings' of null (null))

這個大致是babel包的版本問題,解決方案

npm install [email protected] --save

持續踩坑,持續更新

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.