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.
1 parent 304c92a commit 45806c9Copy full SHA for 45806c9
js/index.js
@@ -13,8 +13,6 @@
13
import { NativeEventEmitter, NativeModules, Platform } from 'react-native';
14
import invariant from 'invariant';
15
16
-console.log(NativeModules);
17
-
18
const { RNCPushNotificationIOS } = NativeModules;
19
20
const PushNotificationEmitter = new NativeEventEmitter(RNCPushNotificationIOS);
0 commit comments