Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 353
Zubair Avatar asked Dec 19 '17 08:12

Zubair


1 Answers

That's how I resolved it.

Terminate your metro bundler > react-native link > react-native run-ios

It was not bundling because of some errors which was not showing in the simulator but just this error was thrown.

like image 154
Payel Dutta Avatar answered Sep 17 '22 05:09

Payel Dutta