尝试导入错误:“ shouldUseActivityState”未从“ react-native-screens”中导出

时间:2020-10-30 19:55:36

标签: reactjs react-native expo react-navigation yarnpkg

我遇到此错误:

C:/Users/Mobile/node_modules/@react-navigation/drawer/lib/module/views/ResourceSavingScene.js Attempted import error: 'shouldUseActivityState' is not exported from 'react-native-screens'. 在能够进行登录身份验证之前,现在显示405错误,我不知道是否与此错误有关。我正在使用react native expo创建项目。

2 个答案:

答案 0 :(得分:0)

假设您使用的是 Expo 40,

我可以根据 this comment on 'warnings printing to console for un-exported members of react-native-screens' 确认,
如果您将 react-native-screens 升级到较新的版本,您可以使编译/控制台警告消失 - 如果您可以接受 expo 警告您您的 react-native-screens 版本号是超出范围(第 40 届世博会需要屏幕版本 ~2.15.0,实际当前版本为 2.17.x)

答案 1 :(得分:0)

将 expo 升级到 41.0.1 并将 react-native-screens 升级到 3.0.0 ~~删除警告