mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 06:48:35 +00:00
[change] Remove WebView
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -152,7 +152,6 @@ React Native v0.55
|
||||
| TouchableWithoutFeedback | ✓ | |
|
||||
| View | ✓ | |
|
||||
| VirtualizedList | ✓ | |
|
||||
| WebView | ✘ | Not started ([1025](https://github.com/necolas/react-native-web/issues/1025)). |
|
||||
| YellowBox | (✓) | Mock. No YellowBox functionality. |
|
||||
|
||||
### Modules
|
||||
|
||||
@@ -65,7 +65,6 @@ module.exports = {
|
||||
View: true,
|
||||
ViewPropTypes: true,
|
||||
VirtualizedList: true,
|
||||
WebView: true,
|
||||
YellowBox: true,
|
||||
createElement: true,
|
||||
findNodeHandle: true,
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import UnimplementedView from '../../modules/UnimplementedView';
|
||||
export default UnimplementedView;
|
||||
-2
@@ -71,7 +71,6 @@ import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
|
||||
import InputAccessoryView from './exports/InputAccessoryView';
|
||||
import TabBarIOS from './exports/TabBarIOS';
|
||||
import ToastAndroid from './exports/ToastAndroid';
|
||||
import WebView from './exports/WebView';
|
||||
// compat (apis)
|
||||
import PermissionsAndroid from './exports/PermissionsAndroid';
|
||||
import Settings from './exports/Settings';
|
||||
@@ -154,7 +153,6 @@ export {
|
||||
InputAccessoryView,
|
||||
TabBarIOS,
|
||||
ToastAndroid,
|
||||
WebView,
|
||||
// compat (apis)
|
||||
PermissionsAndroid,
|
||||
Settings,
|
||||
|
||||
Reference in New Issue
Block a user