Unable to execute JS call: __fbBatchedBridge is undefined

后端 未结 1 2149
轮回少年
轮回少年 2021-02-19 12:02

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

1条回答
  •  醉话见心
    2021-02-19 12:28

    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.

    0 讨论(0)
提交回复
热议问题