Building for production docs need updating
See original GitHub issuehttps://github.com/facebook/react-native/blob/0.30-stable/docs/RunningOnDeviceIOS.md
in this one, the part about uncommenting the jsCodeLocation
line is outdated. now there is a line that checks for an env variable.
how should the production build happen now?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Deploy software updates - Configuration Manager
If you configure a required software update deployment, the software updates are automatically installed at the scheduled deadline.
Read more >Updating a Deployment - Google Cloud
After you have created a deployment, you can update it as your application or service changes. You can use Deployment Manager to update...
Read more >Prepare and roll out a release - Play Console Help
Production : Production releases are available to all Google Play users in your chosen countries. Important: You must have the Release apps to...
Read more >Create and manage deployments | Apps Script
Open the Apps Script project. · At the top right, click Deploy > > New deployment. · Next to Select type click Enable...
Read more >Use EAS Update in an existing project - Expo Documentation
However, you may need to edit some of the code eas update:configure generates ... adding channel properties to the preview and production build...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You no longer need to muck with
AppDelegate.m
to run on device, asRCTBundleURLProvider
takes care of using the right URL. IIRC, you don’t need to do anything to make sure it uses the offline bundle in production.Tagging the author of
RCTBundleURLProvider
for confirmation, @adamjernst.Hector totally refactored this part so that the initially linked file doesn’t exist any more. IMO the new version looks pretty good and improves this part. But, I could be wrong, so if there are still problems then I encourage people to open issues against the new docs for this part. This specific issue has been dealt with though so I am going to close this issue.