Skip to content

Commit

Permalink
[change] Remove ImageStore
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 217b45b commit ec97301
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ React Native v0.55
| EdgeInsetsPropType || |
| Geolocation || |
| I18nManager || Includes additional support for runtime switch to RTL. |
| ImageStore || No equivalent web APIs. |
| InteractionManager | (✓) | |
| Keyboard | (✓) | Mock. |
| LayoutAnimation | (✓) | Missing translation to web animations. |
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = {
I18nManager: true,
Image: true,
ImageBackground: true,
ImageStore: true,
InputAccessoryView: true,
InteractionManager: true,
Keyboard: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-web/src/exports/ImageStore/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ import PointPropType from './exports/PointPropType';

// compat (components)
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import ImageStore from './exports/ImageStore';
import InputAccessoryView from './exports/InputAccessoryView';
import MaskedViewIOS from './exports/MaskedViewIOS';
import NavigatorIOS from './exports/NavigatorIOS';
Expand Down Expand Up @@ -172,7 +171,6 @@ export {
PointPropType,
// compat (components)
DrawerLayoutAndroid,
ImageStore,
InputAccessoryView,
MaskedViewIOS,
NavigatorIOS,
Expand Down

0 comments on commit ec97301

Please sign in to comment.