Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to execute JS call: __fbBatchedBridge is undefined

I get this error only, when I use bundled js.Before bundled app works properly ,used react native version is 0.19.How to remove this error while bundled please help me

The screen shot is attached below enter image description here

like image 270
vasavi Avatar asked Feb 18 '16 06:02

vasavi


1 Answers

Ensure that your AppDelegate.m file is not registering the React URL as pointing to disk. In 0.19, no on-disk bundle is created when deploying to the simulator. It must fetch the bundle over localhost or another IP.

like image 57
John Shammas Avatar answered Oct 12 '22 23:10

John Shammas