diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-23 19:25:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 19:25:52 -0400 |
| commit | 3ea48445e330b89ad0d78b3964e933a7d4d30395 (patch) | |
| tree | 8bdc7e27f0b11ca7e1786604e01e0b07880a204f /yarn.lock | |
| parent | 2f64db843b80229d08f8f0ae7e1d80b24ac38c12 (diff) | |
| parent | 7f408bd79187a5efd512f3d8dc203ebb15dde9f6 (diff) | |
Merge pull request #523 from shravyaramesh/tma920-badge-icon-reset
[TMA-920] Badge Reset on App Icon
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1091,6 +1091,13 @@ 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-community/push-notification-ios@^1.8.0": + version "1.8.0" + resolved "https://registry.yarnpkg.com/@react-native-community/push-notification-ios/-/push-notification-ios-1.8.0.tgz#7d43cb37b9e644ff3069aafa91befe71688a2dc4" + integrity sha512-vxvkeampafjmtDoQBN8Q4azP21l6cMX93+OQZemyIWZmG++OjCVDQVitobf/kWLm5zyGwdylejbpMGo75qo7rA== + dependencies: + invariant "^2.2.4" + "@react-native-firebase/analytics@^11.2.0": version "11.5.0" resolved "https://registry.yarnpkg.com/@react-native-firebase/analytics/-/analytics-11.5.0.tgz#7a4388a264ff7799ab3a257906a4fd965a92660a" @@ -7381,6 +7388,11 @@ react-native-pinchable@^0.2.1: resolved "https://registry.yarnpkg.com/react-native-pinchable/-/react-native-pinchable-0.2.1.tgz#93cf6ce78f65cef2f1364187320e363170d2e212" integrity sha512-LRSLCrizUX/XtYwwBxyuYL4xDLUhyPbBvD/tUpzns0PX2Zs0pR0fd/LsFm/n6tEigCLL/0KlDrOVhOdW3wtz+Q== +react-native-push-notification@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/react-native-push-notification/-/react-native-push-notification-7.4.0.tgz#81192356eddfee8eeaf72a9a696c7c90bf5b0ece" + integrity sha512-Ac3Ep71e2D8Q/Vy0OHBAO5JwhsFsNSuf9knkpXQWS0B9488nIZJLEMuTpF8610xPvGw7XxVrL/q0oZO5F1pOzw== + react-native-push-notifications@^3.0.10: version "3.0.10" resolved "https://registry.yarnpkg.com/react-native-push-notifications/-/react-native-push-notifications-3.0.10.tgz#928f54070a96f12d1980cf074d221675e84faab7" |
