无法将脚本从index.js复制到React Native中的资产文件夹

时间:2018-07-20 06:26:03

标签: javascript android reactjs react-native

每次我在React Native中创建并运行示例应用程序时,都会收到此错误“无法从资产index.android.bundle加载脚本”。所以我尝试了这个解决方案

1.mkdir资产与android / app / src / main

2.react-native包--platform android --dev否--entry-file index.js --bundle-output android / app / src / main / assets / index.android.bundle --assets-dest android / app / src / main / res

3.react-native run-android

但是收到此错误Plugin 0 specified in "E:\\SampleReact\\node_modules\\babel-preset-react-native\\index.js" provided an invalid property of "default" (While processing preset: "E:\\SampleReact\\node_modules\\babel-preset-react-native\\index.js")。在此之前,我收到了无法在react-native中找到Accessibility info的错误,因此我将RN版本从0.56降级到0.55.4。上面的错误。坚持下去。请帮助。问题是我刚刚安装了Windows 10,所以我需要从一开始就安装所有依赖项(node,android studio,react-native,java sdk等。)请帮忙。

1 个答案:

答案 0 :(得分:0)

更改开发者设置ip,如果其仿真器为like(10.0.2.2:8081),则为device(yoursystemip:8081)。试试这个会起作用