react에서 navigation 모듈을 설치 후 앱 실행 시 오류가 발생합니다.

리엑트 네이티브 입문자입니다. navigation을 사용해보기 위해, https://reactnavigation.org/docs/getting-started/ 이게 가장 좋은 navigation이라고 해서, documents 대로 설치를 하였습니다. 그러니 해당 프로잭트 앱 실행 시 오류가 발생합니다. 구글링해도 답변을 못 찾겠어서 이곳에 남겨봅니다ㅜㅜ

Task :app:preDebugBuild FAILED
10 actionable tasks: 2 executed, 8 up-to-date

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:preDebugBuild’.

Could not resolve all files for configuration ‘:app:debugCompileClasspath’.
Failed to transform artifact ‘react-native-reanimated-61.aar (project :react-native-reanimated)’ to match attributes {artifactType=android-manifest}.
Execution failed for JetifyTransform: C:\Users\JohnH\Desktop\ReactNative Coding\ReactNative\react_native_navigation_01\node_modules\react-native-reanimated\android\react-native-reanimated-61.aar.
Failed to transform ‘C:\Users\JohnH\Desktop\ReactNative Coding\ReactNative\react_native_navigation_01\node_modules\react-native-reanimated\android\react-native-reanimated-61.aar’ using Jetifier. Reason: Cannot open a library at ‘FileMapping(from=C:\Users\JohnH\Desktop\ReactNative Coding\ReactNative\react_native_navigation_01\node_modules\react-native-reanimated\android\react-native-reanimated-61.aar, to=C:\Users\JohnH\Desktop\ReactNative Coding\ReactNative\react_native_navigation_01\node_modules\react-native-reanimated\android\build.transforms\c66aa8e9da80f2493bdea3fa761dc58e\jetified-react-native-reanimated-61.aar)’. (Run with --stacktrace for more details.)

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 48s