Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 1c7a196

Browse files
committed
"@react-native-community/push-notification-ios": "^1.2.2"
1 parent ee9b9b7 commit 1c7a196

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ PODS:
292292
- React-cxxreact (= 0.62.2)
293293
- React-jsi (= 0.62.2)
294294
- ReactCommon/callinvoker (= 0.62.2)
295-
- RNCPushNotificationIOS (1.2.1):
295+
- RNCPushNotificationIOS (1.2.2):
296296
- React
297297
- Yoga (1.14.0)
298298
- YogaKit (1.18.1):
@@ -453,7 +453,7 @@ SPEC CHECKSUMS:
453453
React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
454454
React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
455455
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
456-
RNCPushNotificationIOS: 5878fb73cb1a8a78c3a1a0834d969b01553836d0
456+
RNCPushNotificationIOS: 4c97a36dbec42dba411cc35e6dac25e34a805fde
457457
Yoga: 3ebccbdd559724312790e7742142d062476b698e
458458
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
459459

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pod-install": "cd ios && pod install"
1212
},
1313
"dependencies": {
14-
"@react-native-community/push-notification-ios": "^1.1.1",
14+
"@react-native-community/push-notification-ios": "^1.2.2",
1515
"react": "16.11.0",
1616
"react-native": "0.62.2",
1717
"react-native-push-notification": "git+https://[email protected]/zo0r/react-native-push-notification.git"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "git+ssh://[email protected]:zo0r/react-native-push-notification.git"
2525
},
2626
"dependencies": {
27-
"@react-native-community/push-notification-ios": "^1.2.1"
27+
"@react-native-community/push-notification-ios": "^1.2.2"
2828
},
2929
"peerDependencies": {
3030
"react-native": ">=0.33"

0 commit comments

Comments
 (0)