
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
안녕하세요
두번째 앱을 만들어보고 있는데요 처음 강의와 똑같이 할때는 진행이 됬었는데 다른거로 만들어보려하니 이런 화면이 나오면서 실행이 안됩니다 패키지를 다 깔았는데도 계속 이러네요ㅠㅠ
아래는 제 package.json 파일입니다

{
"name": "braille",
"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-navigation/native": "^6.0.14",
"expo": "~47.0.8",
"expo-camera": "~13.1.0",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-camera": "^4.2.1",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}
