gpt4 book ai didi

reactjs - 无法在 react native 应用程序中使用 react 导航选项卡,从而出现找不到模块的问题?

转载 作者:行者123 更新时间:2023-12-03 14:02:41 25 4
gpt4 key购买 nike

问题:

我在那里创建了一个 react native 应用程序,我正在使用react-navigation-tab模块。但它导致了一个错误,说明了这一点。

Unable to resolve "react-native-reanimated" from "node_modules\react-navigation-tabs\lib\module\views\MaterialTopTabBar.js

这是我的 package.json 文件。

{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "^35.0.0",
"expo-linear-gradient": "^7.0.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "0.59.8",
"react-native-elements": "^1.2.1",
"react-native-gesture-handler": "~1.3.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.8",
"react-navigation-stack": "^1.9.0",
"react-navigation-tabs": "^2.5.5"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0"
},
"private": true
}

我尝试了很多方法在互联网上找到这个问题的解决方案,但我无法做到。有人可以帮我解决这个问题吗?谢谢。

最佳答案

您需要添加"react-native-reanimated"库也如react navigation site中所述

试试这个

yarn add react-native-reanimated
# or with npm

cd ios
pod install

关于reactjs - 无法在 react native 应用程序中使用 react 导航选项卡,从而出现找不到模块的问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58110634/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com