Just like the bundle command, React Native also has an unbundle command, using $ react-native unbundle. Code-Push should also be able to support unbundled files.
Today, code-push release-react calls react-native bundle under the covers. For unbundling, we could see if we can reuse the code-push release command that can take in the folder that a user may have created using react-native unbundle command. Since codepush already supports bundling multiple files and assets, this should technically work, and we may just want to document how this can be achieved.
Note that this is low priority.
Currently not something we are planning to execute on. If there is more demand for it we will re-investigate.
I think code push should start supporting React Native unbundle. In android, jsbundle took time for initialization, with unbundle it is quick and took less than 1s to load the app.
Any updates on this?
any updates on this?
Most helpful comment
I think code push should start supporting React Native unbundle. In android, jsbundle took time for initialization, with unbundle it is quick and took less than 1s to load the app.