Skip to content

Commit

Permalink
[change] Remove NetInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent ac58ec6 commit acac210
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 363 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ React Native v0.55
| NativeEventEmitter || |
| NativeMethodsMixin || |
| NativeModules | (✓) | Mocked. Missing ability to load native modules. |
| NetInfo || Missing functionality to detect expensive connections as there are no equivalent web APIs. |
| PanResponder || |
| PixelRatio || |
| Platform || |
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
Modal: true,
NativeEventEmitter: true,
NativeModules: true,
NetInfo: true,
PanResponder: true,
PermissionsAndroid: true,
Picker: true,
Expand Down

This file was deleted.

169 changes: 0 additions & 169 deletions packages/react-native-web/src/exports/NetInfo/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import InteractionManager from './exports/InteractionManager';
import LayoutAnimation from './exports/LayoutAnimation';
import Linking from './exports/Linking';
import NativeEventEmitter from './exports/NativeEventEmitter';
import NetInfo from './exports/NetInfo';
import PanResponder from './exports/PanResponder';
import PixelRatio from './exports/PixelRatio';
import Platform from './exports/Platform';
Expand Down Expand Up @@ -123,7 +122,6 @@ export {
LayoutAnimation,
Linking,
NativeEventEmitter,
NetInfo,
PanResponder,
PixelRatio,
Platform,
Expand Down
123 changes: 0 additions & 123 deletions packages/website/storybook/2-apis/NetInfo/NetInfoScreen.js

This file was deleted.

0 comments on commit acac210

Please sign in to comment.