
StackNavigator.js 코드스니펫 복붙 후에 터미널 창에 이런 에러 메시지가 뜨네요
같은 질문에 답변달아 주신걸 보고 babel.config.js도 바꿔보았는데 에러가 계속 뜹니다.
Android Bundling failed 2821ms
Unable to resolve module react-native-safe-area-context from C:\Users\Administrator\Desktop\sparta\sparta-study\sparta-myhoneytip-jin\node_modules\@react-navigation\stack\src\views\Header\Header.tsx: react-native-safe-area-context could not be found within the project or in these directories:
node_modules\@react-navigation\stack\node_modules
node_modules
2 | import { StackActions } from '@react-navigation/native';
3 | import * as React from 'react';
> 4 | import { useSafeAreaInsets } from 'react-native-safe-area-context';
| ^
5 |
6 | import type { StackHeaderProps } from '../../types';
7 | import debounce from '../../utils/debounce';
