尝试导入错误:“shouldUseActivityState”未从“react-native-screens”导出
Posted
技术标签:
【中文标题】尝试导入错误:“shouldUseActivityState”未从“react-native-screens”导出【英文标题】:Attempted import error: 'shouldUseActivityState' is not exported from 'react-native-screens' 【发布时间】:2021-02-13 07:17:12 【问题描述】:我收到此错误:
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 创建项目。
【问题讨论】:
你真的有一个repro,你在react-native中得到这个错误吗?关于web,如果你使用它,这个错误来自ts-loader,如果你使用babel-loader,这个错误就会消失 @satya164 我在 web.xml 中有这个错误。我应该如何使用 babel-loader?我什至不知道我使用的是 ts-loader 还是没有 你在用什么?税务局?见github.com/react-navigation/react-navigation/issues/… @satya164 我已经看到了这个问题。 babel-plugin-react-native-web 还不够吗?我正在使用 react-app-rewired 你需要确保像评论中那样使用 babel-loader。 【参考方案1】:假设您使用的是 Expo 40,
我可以确认每个this comment on 'warnings printing to console for un-exported members of react-native-screens', 如果您将 react-native-screens 升级到较新版本,则可以使编译/控制台警告消失 - 如果您可以接受 expo 警告您的 react-native-screens 版本号是超出范围(Expo 40 想要屏幕版本 ~2.15.0,实际当前版本为 2.17.x)
【讨论】:
【参考方案2】:将 expo 升级到 41.0.1,将 react-native-screens 升级到 3.0.0 ~~删除警告
【讨论】:
以上是关于尝试导入错误:“shouldUseActivityState”未从“react-native-screens”导出的主要内容,如果未能解决你的问题,请参考以下文章
[React.js]尝试导入错误:'./registerServiceWorker' 不包含默认导出(导入为'registerServiceWorker')
尝试导入错误:“app”未从“firebase/app”导出(导入为“firebase”)
Gatsby - 警告尝试导入错误:“css”不包含默认导出(导入为“样式”)