ios Could not get BatchedBridge, make sure your bundle is packaged properly

Zubair picture Zubair · Dec 19, 2017 · Viewed 8.6k times · Source

I am getting this while running app on simulator using xCode, version 9.2 enter image description here

I've tried other solution mentioned on Stack overflow & Github S1S2 S3 S4 but most of the solution are mentioned for android.

P.S. This project also includes purescript code explained here Integrate Pure Script in your React Native project

Answer

6axter82 picture 6axter82 · Jan 18, 2018

create index.js, index.android.js and index.ios.js whith the same content. I do have all of them and it solved my issue