Dev. Blog isprometheo의 좌충우돌 개발 블로그
Posts with the tag analytics:

[React Native] 빌드 실패 해결(Firebase Analytics)

앱을 빌드하는데 다음과 같은 에러가 발생했다. > 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-wrap

[React Native] Firebase Analytics 사용

앱을 배포한 이후에 사용자가 어떤 행동을 하는지 알고 싶어졌다. 그래서 react-native-firebase를 이용하여 수집하기로 했다. yarn으로 설치하거나 다음을 실행하면 된다. $ npm install --save @react-native-firebase/app $ react-native link @react-native-firebase/app $ npm install --save @react-native-firebase/analytics $