react-native-dynamic-load
react-native-dynamic-load copied to clipboard
Hot Reload Mode
@MrGaoGang is it possible to enable hot reload mode, so if we make a changes, the bundle auto synced with latest code ? actually, it should be helping the development process. thank you
@MrGaoGang is it possible to enable hot reload mode, so if we make a changes, the bundle auto synced with latest code ? actually, it should be helping the development process. thank you
i think it is not a good idea to use hot reload; the most time is that this:
- the main project to dynamic rn jsbundle;
- muti subproject to create the bundle; subproject can write like normal react native project; the different is build bundle when project is done