1.
1 |
main.jsbundle does not exist. This must be a bug with |
package.json中添加如下命令,
1 |
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'" |
运行
1 |
yarn build:ios |
参考链接