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 /ios | |
parent | 3cc0e2e342993ce01490a36a43d99f2ab61ccb4f (diff) |
added analytics package
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile.lock | 8 |
1 files changed, 8 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 |