Makes drip work on iOS

This commit is contained in:
Sofiya Tepikin
2020-02-02 21:09:36 +01:00
parent e52736f8a1
commit cb13222780
7 changed files with 165 additions and 258 deletions
+13 -2
View File
@@ -3812,6 +3812,14 @@
}
}
},
"@react-native-community/push-notification-ios": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@react-native-community/push-notification-ios/-/push-notification-ios-1.0.5.tgz",
"integrity": "sha512-4JO5XjmzD4EoReHVxMOYni03Twwuq39oyAIk2U62oIjkIE23tTBblC2KC2IS/iadRyJTg7MQ0LtBat2zse9WQg==",
"requires": {
"invariant": "^2.2.4"
}
},
"@types/babel__core": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz",
@@ -13119,8 +13127,11 @@
}
},
"react-native-push-notification": {
"version": "github:jfr3000/react-native-push-notification#f9e83510d687116ea79ee30fde6b93ba5a07b019",
"from": "github:jfr3000/react-native-push-notification"
"version": "github:sdvig/react-native-push-notification#1340b365c15ed3aab79ef0521cb694af8fd5eedb",
"from": "github:sdvig/react-native-push-notification",
"requires": {
"@react-native-community/push-notification-ios": "^1.0.1"
}
},
"react-native-restart": {
"version": "0.0.9",