Skip to content

Commit b206fc0

Browse files
[change] Remove SnapshotViewIOS
Ref #1352 Ref facebook/react-native#23313
1 parent 49ba5e7 commit b206fc0

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
@@ -43,7 +43,6 @@ module.exports = {
4343
SectionList: true,
4444
Settings: true,
4545
Share: true,
46-
SnapshotViewIOS: true,
4746
StatusBar: true,
4847
StatusBarIOS: true,
4948
StyleSheet: true,

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

-2
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ import PointPropType from './exports/PointPropType';
7070
// compat (components)
7171
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
7272
import InputAccessoryView from './exports/InputAccessoryView';
73-
import SnapshotViewIOS from './exports/SnapshotViewIOS';
7473
import TabBarIOS from './exports/TabBarIOS';
7574
import ToastAndroid from './exports/ToastAndroid';
7675
import ToolbarAndroid from './exports/ToolbarAndroid';
@@ -159,7 +158,6 @@ export {
159158
// compat (components)
160159
DrawerLayoutAndroid,
161160
InputAccessoryView,
162-
SnapshotViewIOS,
163161
TabBarIOS,
164162
ToastAndroid,
165163
ToolbarAndroid,

0 commit comments

Comments
 (0)