앱을 빌드하는데 다음과 같은 에러가 발생했다.
> Configure project :@react-native-firebase_analytics
:@react-native-firebase_analytics:firebase.bom using default value: 21.1.0
FAILURE: Build failed with an exception.
* Where:
Build file '../node_modules/@react-native-firebase/analytics/android/build.gradle' line: 60
* What went wrong:
A problem occurred evaluating project ':@react-native-firebase_analytics'.
> Could not find method platform() for arguments [com.google.firebase:firebase-bom:21.1.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
android/gradle/wrapper/gradle-wrapper.properties
에서 다음을 수정하면 된다.
...
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
그리고 .gradle
디렉토리를 제거하고 다시 앱을 빌드하면 된다.