I would like to test performance so I do not want to use the development server or any development mode. I just want to install the app to a physical device without going through the Google Play store or Apple. How can I do that?
The docs say that I should do this:
react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle
That gives me a file. What do I do with that file to get it to my device?