diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-07-23 08:04:40 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-07-23 08:04:40 -0700 |
commit | 7f408bd79187a5efd512f3d8dc203ebb15dde9f6 (patch) | |
tree | 9fa13021c133600230aff6e6918468e3376d7650 /ios | |
parent | b06b93e77ca7ec1b1107c0a58dbc2dd370208ccf (diff) |
Add package to set badge icon, Reset badge icon
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 0fa3bf6e..bf73e6aa 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -431,6 +431,8 @@ PODS: - React-Core - RNCMaskedView (0.1.11): - React + - RNCPushNotificationIOS (1.8.0): + - React-Core - RNDeviceInfo (7.4.0): - React-Core - RNFBAnalytics (11.5.0): @@ -570,6 +572,7 @@ DEPENDENCIES: - rn-fetch-blob (from `../node_modules/rn-fetch-blob`) - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)" + - "RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`)" - RNDeviceInfo (from `../node_modules/react-native-device-info`) - "RNFBAnalytics (from `../node_modules/@react-native-firebase/analytics`)" - "RNFBApp (from `../node_modules/@react-native-firebase/app`)" @@ -702,6 +705,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-community/async-storage" RNCMaskedView: :path: "../node_modules/@react-native-community/masked-view" + RNCPushNotificationIOS: + :path: "../node_modules/@react-native-community/push-notification-ios" RNDeviceInfo: :path: "../node_modules/react-native-device-info" RNFBAnalytics: @@ -800,6 +805,7 @@ SPEC CHECKSUMS: rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398 RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489 + RNCPushNotificationIOS: 61a7c72bd1ebad3568025957d001e0f0e7b32191 RNDeviceInfo: 9538a884f862fe4aa0d7cead9f34e292d41ba8f6 RNFBAnalytics: dd54ace7b5b1ced65640f328fe1bd04a7e773dcf RNFBApp: 02bde3edecf2e9694b908a5d3504e03449980f20 |