diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-14 16:35:45 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-14 16:35:45 -0400 |
commit | 0c6a50bb54499dca981e0ca72da6f1bfbbf0d724 (patch) | |
tree | 88896759c6d65440dc7530a34bc1c27eaf45b306 | |
parent | 3cc0e2e342993ce01490a36a43d99f2ab61ccb4f (diff) |
added analytics package
-rw-r--r-- | ios/Podfile.lock | 8 | ||||
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | yarn.lock | 5 |
3 files changed, 14 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a8cadf22..961d650a 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -402,6 +402,10 @@ PODS: - React - RNDeviceInfo (7.4.0): - React-Core + - RNFBAnalytics (11.2.0): + - Firebase/Analytics (~> 7.6.0) + - React-Core + - RNFBApp - RNFBApp (10.8.1): - Firebase/CoreOnly (~> 7.6.0) - React-Core @@ -530,6 +534,7 @@ DEPENDENCIES: - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)" - RNDeviceInfo (from `../node_modules/react-native-device-info`) + - "RNFBAnalytics (from `../node_modules/@react-native-firebase/analytics`)" - "RNFBApp (from `../node_modules/@react-native-firebase/app`)" - "RNFBMessaging (from `../node_modules/@react-native-firebase/messaging`)" - RNFS (from `../node_modules/react-native-fs`) @@ -651,6 +656,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-community/masked-view" RNDeviceInfo: :path: "../node_modules/react-native-device-info" + RNFBAnalytics: + :path: "../node_modules/@react-native-firebase/analytics" RNFBApp: :path: "../node_modules/@react-native-firebase/app" RNFBMessaging: @@ -741,6 +748,7 @@ SPEC CHECKSUMS: RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398 RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f RNDeviceInfo: 9538a884f862fe4aa0d7cead9f34e292d41ba8f6 + RNFBAnalytics: 4b0a503b1c3b4c8175ca444e10fc12b9df6fd946 RNFBApp: 02bde3edecf2e9694b908a5d3504e03449980f20 RNFBMessaging: 1823217d31e942531cc3f51fb5367dcbc69c1e10 RNFS: 2bd9eb49dc82fa9676382f0585b992c424cd59df diff --git a/package.json b/package.json index 658ed62c..07407eff 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "@react-native-community/cameraroll": "^4.0.4", "@react-native-community/masked-view": "^0.1.10", "@react-native-community/netinfo": "^6.0.0", + "@react-native-firebase/analytics": "^11.2.0", "@react-native-firebase/app": "^10.0.0", "@react-native-firebase/messaging": "^10.0.0", "@react-navigation/bottom-tabs": "^5.7.2", @@ -1039,6 +1039,11 @@ resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-6.0.0.tgz#2a4d7190b508dd0c2293656c9c1aa068f6f60a71" integrity sha512-Z9M8VGcF2IZVOo2x+oUStvpCW/8HjIRi4+iQCu5n+PhC7OqCQX58KYAzdBr///alIfRXiu6oMb+lK+rXQH1FvQ== +"@react-native-firebase/analytics@^11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/analytics/-/analytics-11.2.0.tgz#f94dd039539a41507e222d5deb4777934c0b0305" + integrity sha512-/vCywT0i+E2xPLq5LADcYF07f1yn52zRBIbiR3W54837Izx/7ns3Sg6AXIz1CEUf1nrUmZqTLK6QAGrZZDwPLg== + "@react-native-firebase/app@^10.0.0": version "10.8.1" resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-10.8.1.tgz#3455f491a5fc3d91677fd69e70b006a68fb7ca5c" |