mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-17 12:34:48 +00:00
[change] Remove SnapshotViewIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -43,7 +43,6 @@ module.exports = {
|
||||
SectionList: true,
|
||||
Settings: true,
|
||||
Share: true,
|
||||
SnapshotViewIOS: true,
|
||||
StatusBar: true,
|
||||
StatusBarIOS: true,
|
||||
StyleSheet: true,
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import UnimplementedView from '../../modules/UnimplementedView';
|
||||
export default UnimplementedView;
|
||||
-2
@@ -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';
|
||||
@@ -159,7 +158,6 @@ export {
|
||||
// compat (components)
|
||||
DrawerLayoutAndroid,
|
||||
InputAccessoryView,
|
||||
SnapshotViewIOS,
|
||||
TabBarIOS,
|
||||
ToastAndroid,
|
||||
ToolbarAndroid,
|
||||
|
||||
Reference in New Issue
Block a user