You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
It runs the react-native bundle command to generate the update contents in a temporary folder
The linked page then lists multiple prepare commands for react native, some of which build w/ assets and some of which don't.
I'm not sure (without digging into the code) whether the release-react command will bundle with assets for the specified platform (which is what I want), or whether I need to use the manual process of build and release.
Any chance you can clarify the intended behaviour here and in the docs? Or maybe even add an option to the release-react command controlling whether assets are included or not.
Otherwise, btw - thanks! Docs and setup experience have been great. Love your work.