[change] Remove ImageStore

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 10:57:13 -07:00
parent f9eadc10d2
commit ece4e95d4d
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -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. |
@@ -21,7 +21,6 @@ module.exports = {
I18nManager: true,
Image: true,
ImageBackground: true,
ImageStore: true,
InputAccessoryView: true,
InteractionManager: true,
Keyboard: true,
@@ -1,2 +0,0 @@
import UnimplementedView from '../../modules/UnimplementedView';
export default UnimplementedView;
-2
View File
@@ -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';
@@ -172,7 +171,6 @@ export {
PointPropType,
// compat (components)
DrawerLayoutAndroid,
ImageStore,
InputAccessoryView,
MaskedViewIOS,
NavigatorIOS,