Skip to content

Commit ca8f02d

Browse files
ntorionbearstudiorgomezp
authored andcommitted
Remove useless NetInfo import
1 parent 8343b82 commit ca8f02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
'use strict';
33

4-
import { NativeModules, NativeEventEmitter, NetInfo, Platform } from 'react-native';
4+
import { NativeModules, NativeEventEmitter, Platform } from 'react-native';
55
import invariant from 'invariant';
66

77
const RNOneSignal = NativeModules.OneSignal;

0 commit comments

Comments
 (0)