Skip to content

Commit f5b9a40

Browse files
committed
Merge commit 'fa7277d516caaf4f28b900de3bbf20321594865c'
2 parents 7747606 + fa7277d commit f5b9a40

4 files changed

Lines changed: 29 additions & 45 deletions

File tree

ios/Podfile.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PODS:
2626
- React
2727
- React-callinvoker
2828
- React-Core
29-
- OpenSSL-Universal (3.3.3000)
29+
- OpenSSL-Universal (3.3.3001)
3030
- RCT-Folly (2024.11.18.00):
3131
- boost
3232
- DoubleConversion
@@ -1636,11 +1636,9 @@ PODS:
16361636
- React-Core
16371637
- RNCPicker (2.11.0):
16381638
- React-Core
1639-
- RNCPushNotificationIOS (1.10.1):
1640-
- React-Core
16411639
- RNDateTimePicker (8.2.0):
16421640
- React-Core
1643-
- RNDeviceInfo (13.0.0):
1641+
- RNDeviceInfo (14.0.4):
16441642
- React-Core
16451643
- RNFastImage (8.6.3):
16461644
- React-Core
@@ -1669,6 +1667,11 @@ PODS:
16691667
- Yoga
16701668
- RNLocalize (3.2.1):
16711669
- React-Core
1670+
- RNNotifee (9.1.8):
1671+
- React-Core
1672+
- RNNotifee/NotifeeCore (= 9.1.8)
1673+
- RNNotifee/NotifeeCore (9.1.8):
1674+
- React-Core
16721675
- RNPermissions (4.1.5):
16731676
- React-Core
16741677
- RNReanimated (3.16.1):
@@ -1895,12 +1898,12 @@ DEPENDENCIES:
18951898
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
18961899
- "RNCMaskedView (from `../node_modules/@react-native-masked-view/masked-view`)"
18971900
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
1898-
- "RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`)"
18991901
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
19001902
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
19011903
- RNFastImage (from `../node_modules/react-native-fast-image`)
19021904
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
19031905
- RNLocalize (from `../node_modules/react-native-localize`)
1906+
- "RNNotifee (from `../node_modules/@notifee/react-native`)"
19041907
- RNPermissions (from `../node_modules/react-native-permissions`)
19051908
- RNReanimated (from `../node_modules/react-native-reanimated`)
19061909
- RNScreens (from `../node_modules/react-native-screens`)
@@ -2074,8 +2077,6 @@ EXTERNAL SOURCES:
20742077
:path: "../node_modules/@react-native-masked-view/masked-view"
20752078
RNCPicker:
20762079
:path: "../node_modules/@react-native-picker/picker"
2077-
RNCPushNotificationIOS:
2078-
:path: "../node_modules/@react-native-community/push-notification-ios"
20792080
RNDateTimePicker:
20802081
:path: "../node_modules/@react-native-community/datetimepicker"
20812082
RNDeviceInfo:
@@ -2086,6 +2087,8 @@ EXTERNAL SOURCES:
20862087
:path: "../node_modules/react-native-gesture-handler"
20872088
RNLocalize:
20882089
:path: "../node_modules/react-native-localize"
2090+
RNNotifee:
2091+
:path: "../node_modules/@notifee/react-native"
20892092
RNPermissions:
20902093
:path: "../node_modules/react-native-permissions"
20912094
RNReanimated:
@@ -2181,12 +2184,12 @@ SPEC CHECKSUMS:
21812184
RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6
21822185
RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906
21832186
RNCPicker: 4f6d5e8d107064be32dfc8f1bcb5a3741135db0b
2184-
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
21852187
RNDateTimePicker: 40ffda97d071a98a10fdca4fa97e3977102ccd14
2186-
RNDeviceInfo: 55264dd7cc939dad6e9c231a7621311f5277f1dc
2188+
RNDeviceInfo: feea80a690d2bde1fe51461cf548039258bd03f2
21872189
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
21882190
RNGestureHandler: de78ee811b577ae76d679715e5e9298b23a8c278
21892191
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
2192+
RNNotifee: 4a6ee5c7deaf00e005050052d73ee6315dff7ec9
21902193
RNPermissions: 4da8c626e4ac9d71c1a199d500d52dd54da62e38
21912194
RNReanimated: 280140e1989bc33d5586cbca10bd199fd1fbdbf1
21922195
RNScreens: e9bb7c3063237983e75d01bb45ce591cc4e7afc2

package-lock.json

Lines changed: 15 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@react-native-community/datetimepicker": "8.2.0",
1616
"@react-native-masked-view/masked-view": "0.3.1",
1717
"@react-native-community/netinfo": "11.4.1",
18-
"@react-native-community/push-notification-ios": "1.10.1",
1918
"@react-native-picker/picker": "2.11.0",
2019
"@react-navigation/native": "6.1.18",
2120
"@gorhom/bottom-sheet": "^5.1.1",
21+
"@notifee/react-native": "9.1.8",
2222
"react-native": "0.77.1",
2323
"@react-native-community/cli": "16.0.2",
2424
"@react-native-community/cli-platform-android": "16.0.2",
2525
"@react-native-community/cli-platform-ios": "16.0.2",
26-
"react-native-device-info": "13.0.0",
26+
"react-native-device-info": "14.0.4",
2727
"react-native-fast-image": "8.6.3",
2828
"react-native-gesture-handler": "2.23.1",
2929
"react-native-image-picker": "7.2.3",

patches/react-native-push-notification+8.1.1.patch

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)