
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
앱배포의 연장선쯤..되는 과정에서 프리빌드를 하는일이 계속 뻥나고 있습니다 ㅜㅜ
스택오버플로우 열심히 찾아서 expo upgrade하고 yarn 언인스톨하고 브류로 최신버전으로 업그레이드하고
package.json에 부수적인 파일 찾아 지우라고했는데 그 부수적인 파일도 없어서 내버려두고 다시 프리빌드/수도프리빌드도 했으나
zerocode1이 뜹니다 ㅠㅠ 모듈이 뭐가 빠진건질 모르겠네요

패키지 제이슨입니다..
{
"name": "skyapp-sky",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.4",
"axios": "^1.1.3",
"expo": "~46.0.17",
"expo-application": "~4.2.2",
"expo-build-properties": "~0.3.0",
"expo-linking": "~3.2.2",
"expo-location": "~14.3.0",
"expo-status-bar": "~1.4.0",
"firebase": "9.6.11",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-google-mobile-ads": "^8.2.1",
"react-native-reanimated": "^2.12.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "~3.15.0",
"expo-splash-screen": "~0.16.2",
"react-dom": "18.0.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}
