Skip to content

Commit 3e89a92

Browse files
[change] Remove MaskedViewIOS
Ref #1352 Ref facebook/react-native#23313
1 parent 9964ef0 commit 3e89a92

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

packages/babel-plugin-react-native-web/src/moduleMap.js

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = {
2727
KeyboardAvoidingView: true,
2828
LayoutAnimation: true,
2929
Linking: true,
30-
MaskedViewIOS: true,
3130
Modal: true,
3231
NativeEventEmitter: true,
3332
NativeModules: true,

packages/react-native-web/src/exports/MaskedViewIOS/index.js

-2
This file was deleted.

packages/react-native-web/src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ import PointPropType from './exports/PointPropType';
7272
// compat (components)
7373
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
7474
import InputAccessoryView from './exports/InputAccessoryView';
75-
import MaskedViewIOS from './exports/MaskedViewIOS';
7675
import NavigatorIOS from './exports/NavigatorIOS';
7776
import PickerIOS from './exports/PickerIOS';
7877
import ProgressBarAndroid from './exports/ProgressBarAndroid';
@@ -170,7 +169,6 @@ export {
170169
// compat (components)
171170
DrawerLayoutAndroid,
172171
InputAccessoryView,
173-
MaskedViewIOS,
174172
NavigatorIOS,
175173
PickerIOS,
176174
ProgressBarAndroid,

0 commit comments

Comments
 (0)