After the launchscreen, but before app is loaded, there's a "Loading from pre-bundled file" message that appears at the top of the screen for just a few hundred milliseconds. I don't mind this in development but I still see this message while running on my phone. Here's how I created the bundle. Any ideas? Thanks.
react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output App/main.jsbundle --resetCache
Change Build Configuration to release
To disable the developer menu and therefore your mentioned message, you should change your
Build Configuration
toRelease
.Also you can run this
And then change in xcode class AppDelegate.m