We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d705d79 commit e9ed6c7Copy full SHA for e9ed6c7
src/exports/NetInfo/__tests__/index-test.js
src/exports/NetInfo/index.js
src/index.js
@@ -24,7 +24,6 @@ import InteractionManager from './exports/InteractionManager';
24
import LayoutAnimation from './exports/LayoutAnimation';
25
import Linking from './exports/Linking';
26
import NativeEventEmitter from './exports/NativeEventEmitter';
27
-import NetInfo from './exports/NetInfo';
28
import PanResponder from './exports/PanResponder';
29
import PixelRatio from './exports/PixelRatio';
30
import Platform from './exports/Platform';
@@ -123,7 +122,6 @@ export {
123
122
LayoutAnimation,
124
Linking,
125
NativeEventEmitter,
126
- NetInfo,
127
PanResponder,
128
PixelRatio,
129
Platform,
0 commit comments