
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
$ expo start
WARNING: The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).
This command is being executed with the global Expo CLI. Learn more: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421
To use the local CLI instead (recommended in SDK 46 and higher), run:
› npx expo start
Starting project at C:\Users\Yoon\Desktop\sparta-study\sparta-myhoneytip-uni
Some dependencies are incompatible with the installed expo package version:
- react-native - expected version: 0.71.4 - actual version installed: 0.71.3
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://192.168.200.172:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› 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.
Started Metro Bundler
Android Bundling failed 9229ms
Unable to resolve module ../components/Loading from C:\Users\Yoon\Desktop\sparta-study\sparta-myhoneytip-uni\pages\MainPage.js:
None of these files exist:
* components\Loading(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
* components\Loading\index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
5 | import data from '../data.json';
6 | import Card from '../components/Card';
> 7 | import Loading from '../components/Loading';
| ^
8 | import { StatusBar } from 'expo-status-bar';
9 | import * as Location from "expo-location";
10 | import axios from "axios"
