react-native-onesignal
Advanced tools
Comparing version 4.0.6 to 4.0.7
{ | ||
"name": "react-native-onesignal", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "React Native OneSignal SDK", | ||
@@ -5,0 +5,0 @@ "main": "src/index", |
@@ -116,3 +116,3 @@ declare module 'react-native-onesignal' { | ||
hasNotificationPermission ?: boolean; // ios only | ||
notificationPermissionStatus ?: number; // ios only | ||
notificationPermissionStatus ?: IosPermissionStatus; // ios only | ||
// areNotificationsEnabled (android) not included since it is converted to hasNotificationPermission in bridge | ||
@@ -119,0 +119,0 @@ } |
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
171392
1525