移动端集成微软的热更新模块
集成微软热更新插件
yarn duxapp app add react-native-code-push
配置 index.js 的 option['react-native-code-push'], 分别为安卓端和ios端的热更新 key
index.js
option['react-native-code-push']
{ androidKey: '', iosKey: '', }