Skip to content

Commit e9ed6c7

Browse files
committed
[change] Remove NetInfo
Ref necolas#1352 Ref facebook/react-native#23313
1 parent d705d79 commit e9ed6c7

File tree

3 files changed

+0
-238
lines changed

3 files changed

+0
-238
lines changed

src/exports/NetInfo/__tests__/index-test.js

-67
This file was deleted.

src/exports/NetInfo/index.js

-169
This file was deleted.

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import InteractionManager from './exports/InteractionManager';
2424
import LayoutAnimation from './exports/LayoutAnimation';
2525
import Linking from './exports/Linking';
2626
import NativeEventEmitter from './exports/NativeEventEmitter';
27-
import NetInfo from './exports/NetInfo';
2827
import PanResponder from './exports/PanResponder';
2928
import PixelRatio from './exports/PixelRatio';
3029
import Platform from './exports/Platform';
@@ -123,7 +122,6 @@ export {
123122
LayoutAnimation,
124123
Linking,
125124
NativeEventEmitter,
126-
NetInfo,
127125
PanResponder,
128126
PixelRatio,
129127
Platform,

0 commit comments

Comments
 (0)