
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
5주차 애드몹 부분 다시 하고 있는 중인데 앱 실행이 안됩니다..
파일 처음에 받고 실행했을 땐 엑스포에서 열렸는데,
애드몹 아이디 넣고 이런걸 왔다갔다 하며 실행하다보니 또
저런 에러 메시지가뜹니다..
lab@up-macbookPro sparta-study % yarn
yarn install v1.22.19
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
✨ Done in 0.04s.
lab@up-macbookPro sparta-study % expo install
No managed or bare projects found. Please make sure you are inside a project folder.
You can create a new project with expo init
lab@up-macbookPro sparta-study % app3
zsh: command not found: app3
lab@up-macbookPro sparta-study % cd app3
lab@up-macbookPro app3 % expo install
This command is being executed with the global Expo CLI. Learn more.
To use the local CLI instead (recommended in SDK 46 and higher), run:
› npx expo install
Installing using Yarn.
> yarn install
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
✨ Done in 25.52s.
lab@up-macbookPro app3 % expo start
This command is being executed with the global Expo CLI. Learn more.
To use the local CLI instead (recommended in SDK 46 and higher), run:
› npx expo start
Starting project at /Users/lab/Desktop/sparta-study/app3
Some dependencies are incompatible with the installed expo package version:
- expo-linking - expected version: ~3.2.4 - actual version installed: 3.2.2
Your project may not work correctly until you install the correct versions of the packages.
To install the correct versions of these packages, please run: expo doctor --fix-dependencies,
or install individual packages by running expo install [package-name ...]
Starting Metro Bundler
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▄▀▀▄▄█▀█ █ ▄▄▄▄▄ █
█ █ █ ███▄█ ▀▄██ █ █ █
█ █▄▄▄█ ██▄▀▄▀███▀█ █▄▄▄█ █
█▄▄▄▄▄▄▄█ █ ▀▄▀▄▀ █▄▄▄▄▄▄▄█
█ ▀ ▄▀▄██ ▄▄▀▀█▀ █▄█▀█▀▀▄█
█▀ ▄▀ ▄ █▀ ▀█ ▄▀▀███▄▀▀ █
█▀ █ ▀▄ █▄█▄▄▀▄ █ ▄▀▀█▀ ██
█ ▄▄▀█ ▄▀▀ ▄▄▀▄▀█▄▀ ▄▀ █
█▄███▄▄▄▄▀█ ▀▀▄ ▄▄▄ ▄▀▄█
█ ▄▄▄▄▄ ██▄▀▄▀ █ █▄█ ██▀▄█
█ █ █ █ ▀ █▄██▄▄▄ ▄ █ █
█ █▄▄▄█ █▀▄▄█▄█▄█▄▀▀▀▄█ █
█▄▄▄▄▄▄▄█▄▄▄█▄▄▄▄▄▄▄▄▄███▄█
› Metro waiting on exp://172.20.10.5:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› Press i │ open iOS simulator
› Press w │ open web
› Press r │ reload app
› Press m │ toggle menu
› Press ? │ show all commands
Logs for your project will appear below. Press Ctrl+C to exit.
watchman warning: opendir(/Users/lab/Library/Application Support/CloudDocs/session/db) -> Operation not permitted. Marking this portion of the tree deleted
To clear this warning, run:
`watchman watch-del '/Users/lab' ; watchman watch-project '/Users/lab'`
opendir(/Users/lab/Library/Application Support/CloudDocs/session/db) -> Operation not permitted. Marking this portion of the tree deleted
To clear this warning, run:
`watchman watch-del '/Users/lab' ; watchman watch-project '/Users/lab'`
opendir(/Users/lab/Library/Application Support/CloudDocs/session/db) -> Operation not permitted. Marking this portion of the tree deleted
To clear this warning, run:
`watchman watch-del '/Users/lab' ; watchman watch-project '/Users/lab'`
Started Metro Bundler
iOS Bundling complete 16104ms
iOS Running app on iPhone
파이어베이스에서 데이터 가져왔습니다!!
92C687BA-36F0-4638-B4F6-C3CD1E0A69B9
파이어베이스에서 데이터 가져왔습니다!!
92C687BA-36F0-4638-B4F6-C3CD1E0A69B9
Array []
Invariant Violation: Your JavaScript code tried to access a native module that doesn't exist.
If you're trying to use a module that is not supported in Expo Go, you need to create a development build of your app. See https://docs.expo.dev/development/introduction/ for more info.
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:39 in handleError
at node_modules/expo/build/errors/ExpoErrorManager.js:25:19 in errorHandler
at node_modules/expo/build/errors/ExpoErrorManager.js:30:24 in <anonymous>
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0
Error: Requiring module "node_modules/react-native-google-mobile-ads/src/index.ts", which threw an exception: Invariant Violation: Your JavaScript code tried to access a native module that doesn't exist.
If you're trying to use a module that is not supported in Expo Go, you need to create a development build of your app. See https://docs.expo.dev/development/introduction/ for more info.
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:39 in handleError
at node_modules/expo/build/errors/ExpoErrorManager.js:25:19 in errorHandler
at node_modules/expo/build/errors/ExpoErrorManager.js:30:24 in <anonymous>
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0
