Commit 3e89a92 1 parent 9964ef0 commit 3e89a92 Copy full SHA for 3e89a92
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 @@ -27,7 +27,6 @@ module.exports = {
27
27
KeyboardAvoidingView : true ,
28
28
LayoutAnimation : true ,
29
29
Linking : true ,
30
- MaskedViewIOS : true ,
31
30
Modal : true ,
32
31
NativeEventEmitter : true ,
33
32
NativeModules : 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 MaskedViewIOS from './exports/MaskedViewIOS' ;
76
75
import NavigatorIOS from './exports/NavigatorIOS' ;
77
76
import PickerIOS from './exports/PickerIOS' ;
78
77
import ProgressBarAndroid from './exports/ProgressBarAndroid' ;
@@ -170,7 +169,6 @@ export {
170
169
// compat (components)
171
170
DrawerLayoutAndroid ,
172
171
InputAccessoryView ,
173
- MaskedViewIOS ,
174
172
NavigatorIOS ,
175
173
PickerIOS ,
176
174
ProgressBarAndroid ,
You can’t perform that action at this time.
0 commit comments