No script URL provided. Make sure the packager is running or you have embedded a JS bundle in your application bundle. #49173
Labels
📦Bundler
Needs: Attention
Issues where the author has responded to feedback.
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Description
i upgrade my react native app from 0.76.6 to 0.77.0. The build has successfully but i have the following error
No script URL provided. Make sure the packager is running or you have embedded a JS bundle in your application bundle.
unsanitizedScriptURLString = (null)
Steps to reproduce
i applied all the step mention
https://react-native-community.github.io/upgrade-helper/?from=0.76.6&to=0.77.0&package=com.idp.com&name=IDPMobile
React Native Version
0.77.0
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/TonyFTannous-Byd/repo
open the terminal and run the following:
1- npm run start:clean
2- npm run android:local (it work no problem)
3- npm run ios:local (ios platform did not work, and i have the error in the Screenshots bellow)
...
Screenshots and Videos
The text was updated successfully, but these errors were encountered: