Skip to content

Commit 973583b

Browse files
committed
[change] Remove ImageStore
Ref necolas#1352 Ref facebook/react-native#23313
1 parent de0fbf7 commit 973583b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/exports/ImageStore/index.js

-2
This file was deleted.

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ import PointPropType from './exports/PointPropType';
7272

7373
// compat (components)
7474
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
75-
import ImageStore from './exports/ImageStore';
7675
import InputAccessoryView from './exports/InputAccessoryView';
7776
import MaskedViewIOS from './exports/MaskedViewIOS';
7877
import NavigatorIOS from './exports/NavigatorIOS';
@@ -172,7 +171,6 @@ export {
172171
PointPropType,
173172
// compat (components)
174173
DrawerLayoutAndroid,
175-
ImageStore,
176174
InputAccessoryView,
177175
MaskedViewIOS,
178176
NavigatorIOS,

0 commit comments

Comments
 (0)