React Native unable to load script from assets index.android.bundle on windows

前端之家收集整理的这篇文章主要介绍了React Native unable to load script from assets index.android.bundle on windows前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 在工程目录冲创建assets文件mkdir android/app/src/main/assets
2.运行命令

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

3.react-native run-android
原文链接:https://www.f2er.com/react/303556.html

猜你在找的React相关文章