main.jsbundle does not exist. this must be a bug with + echo 'react native


sol=>Add this line to scripts in your package.json file.

"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"


Now your can run the command to generate main.jsbundle. yarn build:ios or npm run build:ios

Did you find this article useful?