Skip to content

Commit

Permalink
[change] Remove MaskedViewIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 30bb156 commit 8f5ceac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
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 @@ -27,7 +27,6 @@ module.exports = {
KeyboardAvoidingView: true,
LayoutAnimation: true,
Linking: true,
MaskedViewIOS: true,
Modal: true,
NativeEventEmitter: true,
NativeModules: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-web/src/exports/MaskedViewIOS/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 @@ -72,7 +72,6 @@ import PointPropType from './exports/PointPropType';
// compat (components)
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import InputAccessoryView from './exports/InputAccessoryView';
import MaskedViewIOS from './exports/MaskedViewIOS';
import NavigatorIOS from './exports/NavigatorIOS';
import PickerIOS from './exports/PickerIOS';
import ProgressBarAndroid from './exports/ProgressBarAndroid';
Expand Down Expand Up @@ -170,7 +169,6 @@ export {
// compat (components)
DrawerLayoutAndroid,
InputAccessoryView,
MaskedViewIOS,
NavigatorIOS,
PickerIOS,
ProgressBarAndroid,
Expand Down

0 comments on commit 8f5ceac

Please sign in to comment.