android - Download remote JSX file to localStorage in react-native -


i new in react-native , want ask if possible download jsx file template of something, located on remote server , use jsx template show new view on built react-native android app? if possible, write me how? thank much.

the bundle file needs complete. there no way @ time split bundle multiple files, negate purpose of packager.

you may want codepush's rn integration allows download bundle files ota: https://github.com/microsoft/react-native-code-push


Comments