Update documentation for iOS static bundle #16551
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Include instructions on how to use the static bundle when building an iOS App for production. Also include tips to document the SKIP_BUNDLING flag that was recently added, as well as fix the white background flash when the bundle size is large.
There are a number of issues and past pull requests that tackle this same problem but no one has properly updated the documentation to reflect the conclusions that have been made:
#240
Updates #625
Also Refers to #1402
Test Plan
Build an app for production using a Release scheme in Xcode, and see that it does not require the React Native Packager to be running.
Release Notes
[DOCS][ENHANCEMENT][docs/RunningOnDevice.md] - Document how to use a static bundle for iOS