简体   繁体   中英

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. Generally, it is expo upgrade .

For SDK version 39, the guide to upgrade your project can be found in this link

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

Support for SDK v39 has already been dropped. So you must upgrade to at least v40.

You'll find a section on how to upgrade SDK version. 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.

You can find all SDKs here: https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM