ios Could not get BatchedBridge, make sure your bundle is packaged properly
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
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.