@types/react-native-push-notification
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -156,2 +156,3 @@ // Type definitions for react-native-push-notification 5.0 | ||
channelExists( | ||
channel_id: string, | ||
callback: (exists: boolean) => void | ||
@@ -164,2 +165,3 @@ ): void; | ||
channelBlocked( | ||
channel_id: string, | ||
callback: (blocked: boolean) => void | ||
@@ -166,0 +168,0 @@ ): void; |
{ | ||
"name": "@types/react-native-push-notification", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for react-native-push-notification", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8782ab7f935db8ed8bc923660228bcd49aad51a64b936e3aea96db4ee1be1870", | ||
"typesPublisherContentHash": "be197b835e967bd770b5c1e4cc172346e6af21167b926ecdd1ec4eec9a8dd292", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 03 Sep 2020 21:06:47 GMT | ||
* Last updated: Wed, 09 Sep 2020 14:05:09 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
8130
157