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

Commit f525fff

Browse files
author
Boris Tacyniak
authored
Merge pull request #2151 from mmmoussa/ios-notif-version
Raise @react-native-community/push-notification-ios version
2 parents cce3e49 + 16b4842 commit f525fff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ PODS:
245245
- React-Core (= 0.63.3)
246246
- React-cxxreact (= 0.63.3)
247247
- React-jsi (= 0.63.3)
248-
- RNCPushNotificationIOS (1.10.0):
248+
- RNCPushNotificationIOS (1.10.1):
249249
- React-Core
250250
- Yoga (1.14.0)
251251

@@ -367,9 +367,9 @@ SPEC CHECKSUMS:
367367
React-RCTText: 65a6de06a7389098ce24340d1d3556015c38f746
368368
React-RCTVibration: 8e9fb25724a0805107fc1acc9075e26f814df454
369369
ReactCommon: 4167844018c9ed375cc01a843e9ee564399e53c3
370-
RNCPushNotificationIOS: 5ee247e594d0b5df3cd7be74b51035a0d91807eb
370+
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
371371
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a
372372

373373
PODFILE CHECKSUM: 9f7efe26f7ad5184f28ac62478069370942924e2
374374

375-
COCOAPODS: 1.10.1
375+
COCOAPODS: 1.11.2

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.7.0",
14+
"@react-native-community/push-notification-ios": "^1.10.1",
1515
"react": "16.13.1",
1616
"react-native": "0.63.3",
1717
"react-native-push-notification": "zo0r/react-native-push-notification#dev"

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
"peerDependencies": {
27-
"@react-native-community/push-notification-ios": "^1.10.0",
27+
"@react-native-community/push-notification-ios": "^1.10.1",
2828
"react-native": ">=0.33"
2929
},
3030
"author": "zo0r <http://zo0r.me>",

0 commit comments

Comments
 (0)