React-native-code-push: Support for React Native Unbundle

Created on 3 Apr 2017  路  4Comments  路  Source: microsoft/react-native-code-push

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.

enhancement

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.

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaysig picture jaysig  路  3Comments

ninjz picture ninjz  路  4Comments

SudoPlz picture SudoPlz  路  4Comments

kevando picture kevando  路  4Comments

cgerikj picture cgerikj  路  3Comments