Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save RidaRidss/27e6de16af0a742354f60bf7ea6c9111 to your computer and use it in GitHub Desktop.

Select an option

Save RidaRidss/27e6de16af0a742354f60bf7ea6c9111 to your computer and use it in GitHub Desktop.
Got an Error : No bundle url present. Make sure you’re running a packager server or have included a .jsbundle file in your application bundle

Follow these commands

watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf build/ios
yarn cache clean
lsof -i :8081
kill -9 9771
kill $(lsof -t -i:8081)
yarn start --reset-cache

Restart PC and follow these commands

yarn install
react-native link
./update_node_modules.sh
react-native start
react-native run-ios
@cmaxdev
Copy link
Copy Markdown

cmaxdev commented Mar 15, 2024

thanks. working well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment