[change] Remove WebView

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 11:30:11 -07:00
parent 847870e4b3
commit ac71506610
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -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
View File
@@ -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,