
Android Bundling failed 4834ms
Unable to resolve module @react-navigation/stack from C:\Users\wlfkf\OneDrive\바탕
화면\sparta\sparta1-hasung-hsr\navigation\StackNavigator.js: @react-navigation/stack could not be found within the project or in these directories:
node_modules
..\node_modules
1 | import React from 'react';
2 | //설치한 스택 네비게이션 라이브러리를 가져옵니다
> 3 | import { createStackNavigator } from '@react-navigation/stack';
| ^
4 |
5 | //페이지로 만든 컴포넌트들을 불러옵니다
6 | import DetailPage from '../pages/DetailPage';
에러 발생하는대 왜그럴까요 코드스니펫 에서 다 복붙했습니다
