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 fc5d248 commit cef2b41Copy full SHA for cef2b41
src/client.ts
@@ -9,7 +9,11 @@ import {
9
promiseAny,
10
testUrls,
11
} from './utils';
12
-import { EmitterSubscription, Platform, DeviceEventEmitter } from 'react-native';
+import {
13
+ EmitterSubscription,
14
+ Platform,
15
+ DeviceEventEmitter,
16
+} from 'react-native';
17
import { PermissionsAndroid } from './permissions';
18
import {
19
PushyModule,
0 commit comments