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

Raise @react-native-community/push-notification-ios version #2151

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ PODS:
- React-Core (= 0.63.3)
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- RNCPushNotificationIOS (1.10.0):
- RNCPushNotificationIOS (1.10.1):
- React-Core
- Yoga (1.14.0)

Expand Down Expand Up @@ -367,9 +367,9 @@ SPEC CHECKSUMS:
React-RCTText: 65a6de06a7389098ce24340d1d3556015c38f746
React-RCTVibration: 8e9fb25724a0805107fc1acc9075e26f814df454
ReactCommon: 4167844018c9ed375cc01a843e9ee564399e53c3
RNCPushNotificationIOS: 5ee247e594d0b5df3cd7be74b51035a0d91807eb
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a

PODFILE CHECKSUM: 9f7efe26f7ad5184f28ac62478069370942924e2

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pod-install": "cd ios && pod install"
},
"dependencies": {
"@react-native-community/push-notification-ios": "^1.7.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-push-notification": "zo0r/react-native-push-notification#dev"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "git+ssh://git@github.com:zo0r/react-native-push-notification.git"
},
"peerDependencies": {
"@react-native-community/push-notification-ios": "^1.10.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"react-native": ">=0.33"
},
"author": "zo0r <http://zo0r.me>",
Expand Down