Skip to content

Commit

Permalink
[change] Remove SnapshotViewIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 350a2ea commit e49a034
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 @@ -43,7 +43,6 @@ module.exports = {
SectionList: true,
Settings: true,
Share: true,
SnapshotViewIOS: true,
StatusBar: true,
StatusBarIOS: true,
StyleSheet: true,
Expand Down

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 @@ -70,7 +70,6 @@ import PointPropType from './exports/PointPropType';
// compat (components)
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import InputAccessoryView from './exports/InputAccessoryView';
import SnapshotViewIOS from './exports/SnapshotViewIOS';
import TabBarIOS from './exports/TabBarIOS';
import ToastAndroid from './exports/ToastAndroid';
import ToolbarAndroid from './exports/ToolbarAndroid';
Expand Down Expand Up @@ -159,7 +158,6 @@ export {
// compat (components)
DrawerLayoutAndroid,
InputAccessoryView,
SnapshotViewIOS,
TabBarIOS,
ToastAndroid,
ToolbarAndroid,
Expand Down

0 comments on commit e49a034

Please sign in to comment.