ReactNativeUtil icon indicating copy to clipboard operation
ReactNativeUtil copied to clipboard

react native version mismatch

Open wuyunqiang opened this issue 7 years ago • 1 comments

版本0.46升级0.51 然后使用codepush发布更新 可以检测更新也可以下载,在重启应用时报错如下 如图: codepushupdate.png

versionmismatch.png 关机重启后,再次点击更新还是报这个错。 1:关掉其他项目,关掉node等其他窗口 2:执行watchman watch-del-all && react-native start --reset-cache 3:重新再这个环境下上传应用至服务器更新 然后更新成功.

wuyunqiang avatar Jan 04 '18 08:01 wuyunqiang

https://github.com/facebook/react-native/issues/19259 目录:android/app/buidl.gradle compile ("com.facebook.react:react-native:0.54.2") { force = true } // From node_modules

wuyunqiang avatar May 15 '18 09:05 wuyunqiang