wuba / taro-react-native

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5 等应用。 https://taro.jd.com/
https://taro-docs.jd.com/
MIT License
94 stars 11 forks source link

提供热更新方案 #83

Open zhiqingchen opened 3 years ago

zhiqingchen commented 3 years ago

问题描述

小程序可以动态更新,RN APP 借助code push 之类的工具,也能够实现动态化。

相关文档:https://taro-docs.jd.com/taro/docs/apis/base/update/getUpdateManager

解决方案

参考

  1. https://github.com/microsoft/react-native-code-push
  2. https://github.com/lisong/code-push-server
zhiqingchen commented 3 years ago

可以考虑提供付费服务。

tourze commented 3 years ago

CodePush貌似合并到 https://appcenter.ms/