标签:模拟 假设 cache 新版 无法 native 下载 package 莫名其妙
npm start -- --reset-cache
假设热更新平台存在版本:v1(稳定)->v2,
热更新机制:加载rn页面时检查热更新平台有没有新版本,如果有(v2)且可用,则下载下来,此时app里面内置bundle和v2同时存在;如果有(v2)但不可用,则页面报错然后回滚到内置bundle(app里面只有内置bundle)或v1,每隔半小时尝试加载一次v2,五次均失败后不再尝试(可配置)。
rm -rf android/、ios/、node_modules/
npm i
react-native eject
react-native link
npm start -- --reset-cache
标签:模拟 假设 cache 新版 无法 native 下载 package 莫名其妙
原文地址:https://www.cnblogs.com/flying-script/p/13714418.html