mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 11:19:34 +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 | ✓ | |
|
| TouchableWithoutFeedback | ✓ | |
|
||||||
| View | ✓ | |
|
| View | ✓ | |
|
||||||
| VirtualizedList | ✓ | |
|
| VirtualizedList | ✓ | |
|
||||||
| WebView | ✘ | Not started ([1025](https://github.com/necolas/react-native-web/issues/1025)). |
|
|
||||||
| YellowBox | (✓) | Mock. No YellowBox functionality. |
|
| YellowBox | (✓) | Mock. No YellowBox functionality. |
|
||||||
|
|
||||||
### Modules
|
### Modules
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ module.exports = {
|
|||||||
View: true,
|
View: true,
|
||||||
ViewPropTypes: true,
|
ViewPropTypes: true,
|
||||||
VirtualizedList: true,
|
VirtualizedList: true,
|
||||||
WebView: true,
|
|
||||||
YellowBox: true,
|
YellowBox: true,
|
||||||
createElement: true,
|
createElement: true,
|
||||||
findNodeHandle: 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 InputAccessoryView from './exports/InputAccessoryView';
|
||||||
import TabBarIOS from './exports/TabBarIOS';
|
import TabBarIOS from './exports/TabBarIOS';
|
||||||
import ToastAndroid from './exports/ToastAndroid';
|
import ToastAndroid from './exports/ToastAndroid';
|
||||||
import WebView from './exports/WebView';
|
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
import PermissionsAndroid from './exports/PermissionsAndroid';
|
import PermissionsAndroid from './exports/PermissionsAndroid';
|
||||||
import Settings from './exports/Settings';
|
import Settings from './exports/Settings';
|
||||||
@@ -154,7 +153,6 @@ export {
|
|||||||
InputAccessoryView,
|
InputAccessoryView,
|
||||||
TabBarIOS,
|
TabBarIOS,
|
||||||
ToastAndroid,
|
ToastAndroid,
|
||||||
WebView,
|
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
PermissionsAndroid,
|
PermissionsAndroid,
|
||||||
Settings,
|
Settings,
|
||||||
|
|||||||
Reference in New Issue
Block a user