Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

If you see the error message as "No bundle URL present" like below, it means there are some possibilities to exist other React Native sessions (assuming they're running on default 8081) before re-building.

You can avoid above situation by following command:

Code Block
rm -rf ios/build/; kill $(lsof -t -i:8081); react-native run-ios

Make sure you are not on proxy.


For your information, below YouTube clip is super helpful as a training course that shows how to create native mobile in React.

...