Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
"@react-native-community/push-notification-ios": "^1.2.2"
  • Loading branch information
lukebars committed Jun 9, 2020
commit 1c7a1965799fce18668ae2f46fd215164b99c717
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ PODS:
- React-cxxreact (= 0.62.2)
- React-jsi (= 0.62.2)
- ReactCommon/callinvoker (= 0.62.2)
- RNCPushNotificationIOS (1.2.1):
- RNCPushNotificationIOS (1.2.2):
- React
- Yoga (1.14.0)
- YogaKit (1.18.1):
Expand Down Expand Up @@ -453,7 +453,7 @@ SPEC CHECKSUMS:
React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
RNCPushNotificationIOS: 5878fb73cb1a8a78c3a1a0834d969b01553836d0
RNCPushNotificationIOS: 4c97a36dbec42dba411cc35e6dac25e34a805fde
Yoga: 3ebccbdd559724312790e7742142d062476b698e
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
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.1.1",
"@react-native-community/push-notification-ios": "^1.2.2",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-push-notification": "git+https://[email protected]/zo0r/react-native-push-notification.git"
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://[email protected]:zo0r/react-native-push-notification.git"
},
"dependencies": {
"@react-native-community/push-notification-ios": "^1.2.1"
"@react-native-community/push-notification-ios": "^1.2.2"
},
"peerDependencies": {
"react-native": ">=0.33"
Expand Down