From e445a309c20f1357b6b34d262e88370bd724396f Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 28 Jun 2019 11:19:46 -0700 Subject: [PATCH] [change] Remove SnapshotViewIOS Ref #1352 Ref https://github.com/facebook/react-native/issues/23313 --- src/exports/SnapshotViewIOS/index.js | 2 -- src/index.js | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 src/exports/SnapshotViewIOS/index.js diff --git a/src/exports/SnapshotViewIOS/index.js b/src/exports/SnapshotViewIOS/index.js deleted file mode 100644 index 9cd4039d7c..0000000000 --- a/src/exports/SnapshotViewIOS/index.js +++ /dev/null @@ -1,2 +0,0 @@ -import UnimplementedView from '../../modules/UnimplementedView'; -export default UnimplementedView; diff --git a/src/index.js b/src/index.js index 5ffb1e01cf..9f4c954174 100644 --- a/src/index.js +++ b/src/index.js @@ -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,