简体   繁体   English

React Native Expo SDK 版本已过时

[英]React Native Expo SDK version is outdated

我正在尝试通过 android 运行一个旧的 React Native 项目(这是一年前制作的),并在我的手机上的 expo 应用程序中收到此消息:“出现问题。该项目使用 SDK v37.0.0,但此版本的 Expo Go 需要至少 v39.0.0. 我该如何解决这个问题?

Have a look at the guide to the indicated expo sdk.查看指示的博览会 sdk 的指南。 Generally, it is expo upgrade .一般是expo upgrade

For SDK version 39, the guide to upgrade your project can be found in this link对于 SDK 版本 39,可以在此链接中找到升级项目的指南

https://dev.to/expo/expo-sdk-39-is-now-available-1lm8 https://dev.to/expo/expo-sdk-39-is-now-available-1lm8

Support for SDK v39 has already been dropped.已取消对 SDK v39 的支持。 So you must upgrade to at least v40.所以你必须至少升级到 v40。

You'll find a section on how to upgrade SDK version.您将找到有关如何升级 SDK 版本的部分。 Do keep in mind expo sdk v43 is currently in beta, so it is wise to upgrade to v42 as they will be dropping support for sdk 40 in the next update sometime in December.请记住,expo sdk v43 目前处于测试阶段,因此升级到 v42 是明智的,因为他们将在 12 月的下一次更新中放弃对 sdk 40 的支持。

You can find all SDKs here: https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/您可以在此处找到所有 SDK: https : //docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 React Native Expo Firebase Auth 在版本 9 上不起作用 - React Native Expo Firebase Auth not working on Version 9 无法使用 React Native Expo 导入 Firebase JS SDK - Unable to import Firebase JS SDK with React Native Expo 我可以将 React Native SDK 与 expo 应用程序一起使用吗 - can I user React Native SDK with expo app React Native Expo - 不再支持 Node.js 版本 13.14.0 - React Native Expo - Node.js version 13.14.0 is no longer supported 我正在尝试构建 react native 应用程序,但出现此错误:react native version mismatch expo - I am trying to build react native app and I get this error: react native version mismatch expo 查看最低Android(Sdk)版本 react-native npm package - Check the minimum Android(Sdk) version of react-native npm package 如何在不弹出的情况下将条带与react-native expo sdk36集成? - How to integrate stripe with react-native expo sdk36 without ejecting? 从 Expo SDK 43 升级到 44 导致 While trying to resolve module `@react-navigation/native 错误 - Upgrading from Expo SDK 43 to 44 resulted in While trying to resolve module `@react-navigation/native error WebView (react-native-webview) 在 Expo SDK36 中获取错误代码 -1 - WebView (react-native-webview) getting error code -1 in Expo SDK36 在 react native expo 中测量分贝 - Measuring decibels in react native expo
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM