Commit ae9b7ec 1 parent 7434d24 commit ae9b7ec Copy full SHA for ae9b7ec
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
- | ImageEditor | ✘ | No equivalent web APIs. |
180
179
| ImageStore | ✘ | No equivalent web APIs. |
181
180
| InteractionManager | (✓) | |
182
181
| Keyboard | (✓) | Mock. |
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
- ImageEditor : true ,
25
24
ImagePickerIOS : true ,
26
25
ImageStore : true ,
27
26
InputAccessoryView : 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 ImageEditor from './exports/ImageEditor' ;
76
75
import ImageStore from './exports/ImageStore' ;
77
76
import InputAccessoryView from './exports/InputAccessoryView' ;
78
77
import MaskedViewIOS from './exports/MaskedViewIOS' ;
@@ -174,7 +173,6 @@ export {
174
173
PointPropType ,
175
174
// compat (components)
176
175
DrawerLayoutAndroid ,
177
- ImageEditor ,
178
176
ImageStore ,
179
177
InputAccessoryView ,
180
178
MaskedViewIOS ,
You can’t perform that action at this time.
0 commit comments