diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-14 23:13:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 23:13:20 -0400 |
commit | 2051515252c335ff71242830bdbd30331ab783d1 (patch) | |
tree | 529b0815c81e0f44c7fc13b6d9206c2aed61c0bc /ios | |
parent | be07e46929587244adfb816fa8a5170af267a976 (diff) | |
parent | 51baf2073e884a1585756993237d54bdad35b774 (diff) |
Merge pull request #366 from IvanIFChen/tma778-add-analytics
[TMA-778] Add Analytics
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 |