
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
작성한 코드 및 에러 메세지
package.json
{
"name": "mun",
"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-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.9",
"axios": "^1.2.1",
"expo": "~47.0.8",
"expo-linking": "~3.2.3",
"expo-location": "~15.0.1",
"expo-status-bar": "~1.4.2",
"firebase": "^9.15.0",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}
