Commit b7748b7 1 parent 9c7752f commit b7748b7 Copy full SHA for b7748b7
File tree 4 files changed +0
-6
lines changed
babel-plugin-react-native-web/src
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ React Native v0.55
176
176
| EdgeInsetsPropType | ✓ | |
177
177
| Geolocation | ✓ | |
178
178
| I18nManager | ✓ | Includes additional support for runtime switch to RTL. |
179
- | ImageStore | ✘ | No equivalent web APIs. |
180
179
| InteractionManager | (✓) | |
181
180
| Keyboard | (✓) | Mock. |
182
181
| LayoutAnimation | (✓) | Missing translation to web animations. |
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ module.exports = {
21
21
I18nManager : true ,
22
22
Image : true ,
23
23
ImageBackground : true ,
24
- ImageStore : true ,
25
24
InputAccessoryView : true ,
26
25
InteractionManager : true ,
27
26
Keyboard : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ import PointPropType from './exports/PointPropType';
72
72
73
73
// compat (components)
74
74
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid' ;
75
- import ImageStore from './exports/ImageStore' ;
76
75
import InputAccessoryView from './exports/InputAccessoryView' ;
77
76
import MaskedViewIOS from './exports/MaskedViewIOS' ;
78
77
import NavigatorIOS from './exports/NavigatorIOS' ;
@@ -172,7 +171,6 @@ export {
172
171
PointPropType ,
173
172
// compat (components)
174
173
DrawerLayoutAndroid ,
175
- ImageStore ,
176
174
InputAccessoryView ,
177
175
MaskedViewIOS ,
178
176
NavigatorIOS ,
You can’t perform that action at this time.
0 commit comments