Skip to content

Commit b7748b7

Browse files
[change] Remove ImageStore
Ref #1352 Ref facebook/react-native#23313
1 parent 9c7752f commit b7748b7

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ React Native v0.55
176176
| EdgeInsetsPropType || |
177177
| Geolocation || |
178178
| I18nManager || Includes additional support for runtime switch to RTL. |
179-
| ImageStore || No equivalent web APIs. |
180179
| InteractionManager | (✓) | |
181180
| Keyboard | (✓) | Mock. |
182181
| LayoutAnimation | (✓) | Missing translation to web animations. |

packages/babel-plugin-react-native-web/src/moduleMap.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = {
2121
I18nManager: true,
2222
Image: true,
2323
ImageBackground: true,
24-
ImageStore: true,
2524
InputAccessoryView: true,
2625
InteractionManager: true,
2726
Keyboard: true,

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

-2
This file was deleted.

packages/react-native-web/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)