Commit 2375ce2 1 parent 1a0fa86 commit 2375ce2 Copy full SHA for 2375ce2
File tree 6 files changed +0
-363
lines changed
babel-plugin-react-native-web/src
website/storybook/2-apis/NetInfo
6 files changed +0
-363
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ React Native v0.55
182
182
| NativeEventEmitter | ✓ | |
183
183
| NativeMethodsMixin | ✓ | |
184
184
| NativeModules | (✓) | Mocked. Missing ability to load native modules. |
185
- | NetInfo | ✓ | Missing functionality to detect expensive connections as there are no equivalent web APIs. |
186
185
| PanResponder | ✓ | |
187
186
| PixelRatio | ✓ | |
188
187
| Platform | ✓ | |
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ module.exports = {
30
30
Modal : true ,
31
31
NativeEventEmitter : true ,
32
32
NativeModules : true ,
33
- NetInfo : true ,
34
33
PanResponder : true ,
35
34
PermissionsAndroid : true ,
36
35
Picker : true ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import InteractionManager from './exports/InteractionManager';
24
24
import LayoutAnimation from './exports/LayoutAnimation' ;
25
25
import Linking from './exports/Linking' ;
26
26
import NativeEventEmitter from './exports/NativeEventEmitter' ;
27
- import NetInfo from './exports/NetInfo' ;
28
27
import PanResponder from './exports/PanResponder' ;
29
28
import PixelRatio from './exports/PixelRatio' ;
30
29
import Platform from './exports/Platform' ;
@@ -123,7 +122,6 @@ export {
123
122
LayoutAnimation ,
124
123
Linking ,
125
124
NativeEventEmitter ,
126
- NetInfo ,
127
125
PanResponder ,
128
126
PixelRatio ,
129
127
Platform ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments