C:\Users\minnie\Desktop\sparta-study\sparta-myhoneytip-minto>expo start --tunnel
┌───────────────────────────────────────────────────────────────────┐│ ││ There is a new version of expo-cli available (6.0.5). ││ You are currently using expo-cli 6.0.0 ││ Install expo-cli globally using the package manager of your ││ choice; ││ for example: `npm install -g expo-cli` to get the latest ││ version ││ │└───────────────────────────────────────────────────────────────────┘Starting project at C:\Users\minnie\Desktop\sparta-study\sparta-myhoneytip-minto
Starting Metro Bundler
Successfully ran `adb reverse`. Localhost URLs should work on the connected Android device.
Using legacy dev server: false
Tunnel connected.
Tunnel ready.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▀█ █▄▄▄▀█▄ ▄ ▄▄▄██ ▄▄▄▄▄ █
█ █ █ █▀▀▀█ ▀██▀▀█▀▄▄▀█ █ █ █ █
█ █▄▄▄█ █▀ █▀▀█▄▀█ ▄▄ ▄▀█ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄▀ ▀▄█▄▀ █ █ ▀▄█ █▄▄▄▄▄▄▄█
█ ▄ ▀▄▄ ▄▀▄▀▀█▄ ▄█ █▀▄▀█▄▀▄█ █▄▀█
█ ▄▀█▄▀▄ ▀█▄█▀ ▄▄▄█▀██ ▀▀▀▄ ▀▀▄▀█▀█
██ ▀▄▀█▄▄█ ▄█▄█▄▄▀ ▀▀ ██▀█▄▀▄▄▀█▀ █
█▄▄ ▀██▄▀ ▀ ▄█▀ ▄██▄ ▀▄▄ █▀ ▀███
█▀ █▀▄▄▄ ▄██▄▀▀▀▄▀ ▀█▄ ▄▀▄▄▄▀▀▀█
█ ▀ ▀ ▀▄▄ ▀█▀ ▄▄█▄▀█▀ ██▀▄▄ █ ▄██
█▀ ██ █▄▀ ▀▄█▄█▄▄ ▄▀▀ █ ▄▄▀ ▄▄▀▀ █
█ █ ▄█▄▄▀ ▄█▀ ▄███▄ ▀█▀ █▀▄█▀ ██
█▄███▄▄▄█ ▄█▄▀▀▀█▀ █ █▄▄ ▄▄▄ ▀█▄▀█
█ ▄▄▄▄▄ █▄▄ █▀ ▄ ▀█ █ █ █▄█ ██
█ █ █ █ ▄▄█▄█▄▄▀▄█▀▀█▄▀▄▄▄▄ ▀▀ █
█ █▄▄▄█ █ ▄█ ▄█▀▄▀█ ▀▀▀ ██▀ ██ ▀███
█▄▄▄▄▄▄▄█▄▄█▄█████▄▄▄██▄▄▄▄█▄█▄█▄██
› Metro waiting on
exp://p2-gqs.minnie-kim.sparta-myhoneytip-minto.exp.direct:80
› 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
iOS Bundling failed 3073ms
Unable to resolve module ../components/Card from C:\Users\minnie\Desktop\sparta-study\sparta-myhoneytip-minto\pages\MainPage.js:
None of these files exist:
* components\Card(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json)
* components\Card\index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json)
4 | const main = 'https://storage.googleapis.com/sparta-image.appspot.com/lecture/main.png'
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 | export default function MainPage({navigation,route}) {
이런 에러가 나오고 있어요!