-
[React-Native][Android][Error] Execution failed for task ':react-native-safe-area-context:generateDebugRFile'. errorReact-Native/Error 2023. 2. 9. 19:25
터미널에서 react-native run-android 할 때 에러가 발생했습니다.
해결방안
android/build.gradle
allprojects { repositories { google() exclusiveContent { filter { includeGroup "com.facebook.react" } forRepository { maven { url "$rootDir/../node_modules/react-native/android" } } } }
참고
https://stackoverflow.com/a/74470449
When I try to build for production this error comes up
When I try to build for production, this error comes up. I'm using React Native Firebase. This error happens on android. Here is the error * What went wrong: Execution failed for task ':react-native-
stackoverflow.com
'React-Native > Error' 카테고리의 다른 글