
네비게이션 관련 질문입니다.

작성한 코드 및 에러 메세지
Started Metro Bundler
› Reloading apps
Android Bundling failed 3065ms
node_modules\react-native-reanimated\src\index.ts: C:\sparta_coding\sparta-myhoneytip-jung\node_modules\react-native-reanimated\src\index.ts: Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`.
5 | export * from './reanimated1';
6 | export * from './reanimated2';
> 7 | export * as default from './Animated';
| ^^^^^^^^^^^^
8 |
