We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9656ac8 + 910d543 commit 094c236Copy full SHA for 094c236
js/index.js
@@ -35,7 +35,7 @@ export type FetchResult = {
35
/**
36
* An event emitted by PushNotificationIOS.
37
*/
38
-export type PushNotificationEventName = $Enum<{
+export type PushNotificationEventName = $Keys<{
39
40
* Fired when a remote notification is received. The handler will be invoked
41
* with an instance of `PushNotificationIOS`.
0 commit comments