-
Anonymous
Я получаю эту ошибку. Я пытался переустановить зависимости, но безрезультатно.
Сообщение
Anonymous »
Не могу найти решение для этой Visual Studio
Я пробовал переустановить зависимости, но это все равно не помогло
Код: Выделить всё
{
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-native-firebase/app": "^21.6.0",
"@react-native-firebase/auth": "^21.6.0",
"@react-native-firebase/firestore": "^21.6.0",
"@react-navigation/native": "^7.0.4",
"@react-navigation/stack": "^7.0.6",
"@reduxjs/toolkit": "^2.3.0",
"expo": "^52.0.11",
"firebase": "^11.0.2",
"react-dom": "18.3.1",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@types/react": "~18.3.12",
"@types/react-native": "^0.72.8",
"typescript": "^5.3.3"
}
}
Это мои установленные зависимости. Я попробовал CHATGPT, но предложенные решения не решили мою проблему
Подробнее здесь:
https://stackoverflow.com/questions/792 ... o-no-avail
1732573331
Anonymous
Не могу найти решение для этой Visual Studio
Я пробовал переустановить зависимости, но это все равно не помогло
[code]{
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-native-firebase/app": "^21.6.0",
"@react-native-firebase/auth": "^21.6.0",
"@react-native-firebase/firestore": "^21.6.0",
"@react-navigation/native": "^7.0.4",
"@react-navigation/stack": "^7.0.6",
"@reduxjs/toolkit": "^2.3.0",
"expo": "^52.0.11",
"firebase": "^11.0.2",
"react-dom": "18.3.1",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@types/react": "~18.3.12",
"@types/react-native": "^0.72.8",
"typescript": "^5.3.3"
}
}
[/code]
Это мои установленные зависимости. Я попробовал CHATGPT, но предложенные решения не решили мою проблему
Подробнее здесь: [url]https://stackoverflow.com/questions/79224754/i-am-getting-this-error-i-tried-reinstalling-dependencies-but-to-no-avail[/url]