Estou tendo um problema quando tento usar firebase + react native, todas as bibliotecas já estão importadas mas continua aparecendo Unable to resolve "firebase/auth"
, já não sei o que posso fazer. Me deem dicas por favor.
package.json
{
"name": "chatapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^16.4.2",
"@react-native-firebase/auth": "^16.4.2",
"@react-native-firebase/firestore": "^16.4.2",
"@react-native-firebase/messaging": "^16.4.2",
"@react-native-firebase/storage": "^16.4.2",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"add": "^2.0.6",
"dotenv": "^16.0.3",
"expo": "~46.0.16",
"expo-constants": "~13.2.4",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-gifted-chat": "^1.0.4",
"react-native-screens": "~3.15.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}