Commit 371101e 1 parent 46e831b commit 371101e Copy full SHA for 371101e
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 @@ -152,7 +152,6 @@ React Native v0.55
152
152
| TouchableWithoutFeedback | ✓ | |
153
153
| View | ✓ | |
154
154
| VirtualizedList | ✓ | |
155
- | WebView | ✘ | Not started ([ 1025] ( https://github.com/necolas/react-native-web/issues/1025 ) ). |
156
155
| YellowBox | (✓) | Mock. No YellowBox functionality. |
157
156
158
157
### Modules
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ module.exports = {
65
65
View : true ,
66
66
ViewPropTypes : true ,
67
67
VirtualizedList : true ,
68
- WebView : true ,
69
68
YellowBox : true ,
70
69
createElement : true ,
71
70
findNodeHandle : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
71
71
import InputAccessoryView from './exports/InputAccessoryView' ;
72
72
import TabBarIOS from './exports/TabBarIOS' ;
73
73
import ToastAndroid from './exports/ToastAndroid' ;
74
- import WebView from './exports/WebView' ;
75
74
// compat (apis)
76
75
import PermissionsAndroid from './exports/PermissionsAndroid' ;
77
76
import Settings from './exports/Settings' ;
@@ -154,7 +153,6 @@ export {
154
153
InputAccessoryView ,
155
154
TabBarIOS ,
156
155
ToastAndroid ,
157
- WebView ,
158
156
// compat (apis)
159
157
PermissionsAndroid ,
160
158
Settings ,
You can’t perform that action at this time.
0 commit comments