我运行了react-native-git-upgrade
,因此以后可以运行react-native run-android
在设备上构建我的应用,但是出现错误消息。
错误提示:
Error: react-native version in "package.json" (https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz) doesn't match the installed version in "node_modules" (0.57.1).
我尝试再次运行'npm install',但错误仍然出现。
答案 0 :(得分:1)
您正在使用Expo。您不能像这样升级。使用React Native的自定义版本的Expo。 https://docs.expo.io/versions/latest/workflow/upgrading-expo-sdk-walkthrough
,并且您已经在使用最新版本的Expo。