2017-06-14 51 views
0

我有一個老式的反應,我試圖重新組織和轉儲到mobile/文件夾這樣的本地項目:React Native:如何在子文件夾下嵌套項目?

▾ mobile/ 
    ▸ __tests__/ 
    ▸ android/ 
    ▸ app/ 
    ▸ ios/ 
    ▸ node_modules/ 
    app.json 
    index.android.js 
    index.ios.js 
    package.json 
    yarn.lock 
▸ redux/ 
▸ web/ 

但是,這樣做,刪除節點模塊並重新安裝,之後再運行yarn start我看到這個: enter image description here

我錯過了什麼嗎?

回答

0

這是因爲我忘了將.babelrc文件移動到mobile/

相關問題