react-native-onesignal
Advanced tools
Comparing version 4.1.1 to 4.2.0
{ | ||
"name": "react-native-onesignal", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"description": "React Native OneSignal SDK", | ||
@@ -5,0 +5,0 @@ "main": "src/index", |
@@ -185,3 +185,3 @@ declare module 'react-native-onesignal' { | ||
*/ | ||
promptForPushNotificationsWithUserResponse(handler?: (response: boolean) => void): void; | ||
promptForPushNotificationsWithUserResponse(handler: (response: boolean) => void): void; | ||
@@ -465,2 +465,2 @@ /** | ||
export default OneSignal; | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181772
1711