- android
yarn rn-multi-bundle
- ios
yarn rn-multi-bundle -p ios
- android
yarn rn-multi-bundle -u
- ios
yarn rn-multi-bundle -p ios -u
- AppRegistry.registerComponent注册的Component必须由@registry目录导入否则会报错
- android: 将RNApplication.java第108行isDebug参数置为true
- ios: 将RNDelegate.swift第14行DEBUG参数设为true
- assets diff
- 增量业务包执行报错回滚