flatlogic/react-native-starter

NO bundle URL present

gitvipin opened this issue · 2 comments

Getting this error (exactly same screenshot as https://onexlab-io.medium.com/no-bundle-url-present-fixed-ca2688a80f66 )

No bundle URL present.

Make sure you're running a packager server or have included a .jsbundle file in your application bundle.

RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
UIApplicationMain
main
start
0x0

I have already followed : #50

  • I have main.jsbundle present under iOS folder.
  • yarn start --port=8085 is working fine and running in parallel.

What worked for me:

In one terminal window:
yarn start

And at the same time (in a different terminal window):
yarn run:ios