Commit 27e95e2 1 parent 3e89a92 commit 27e95e2 Copy full SHA for 27e95e2
File tree 3 files changed +0
-5
lines changed
babel-plugin-react-native-web/src
3 files changed +0
-5
lines changed 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
- NavigatorIOS : true ,
34
33
NetInfo : true ,
35
34
PanResponder : true ,
36
35
PermissionsAndroid : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ import PointPropType from './exports/PointPropType';
72
72
// compat (components)
73
73
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid' ;
74
74
import InputAccessoryView from './exports/InputAccessoryView' ;
75
- import NavigatorIOS from './exports/NavigatorIOS' ;
76
75
import PickerIOS from './exports/PickerIOS' ;
77
76
import ProgressBarAndroid from './exports/ProgressBarAndroid' ;
78
77
import ProgressViewIOS from './exports/ProgressViewIOS' ;
@@ -169,7 +168,6 @@ export {
169
168
// compat (components)
170
169
DrawerLayoutAndroid ,
171
170
InputAccessoryView ,
172
- NavigatorIOS ,
173
171
PickerIOS ,
174
172
ProgressBarAndroid ,
175
173
ProgressViewIOS ,
You can’t perform that action at this time.
0 commit comments