React Native:如何在子文件夹下嵌套项目?

时间:2017-06-14 03:37:33

标签: react-native

我有一个简单的旧反应本机项目,我试图重新组织并转储到这样的mobile/文件夹中:

▾ 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

我错过了什么吗?

1 个答案:

答案 0 :(得分:0)

这是因为我忘了将.babelrc文件移到mobile/