Skip to content

Commit

Permalink
[change] Remove WebView
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 46e831b commit 371101e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ module.exports = {
View: true,
ViewPropTypes: true,
VirtualizedList: true,
WebView: true,
YellowBox: true,
createElement: true,
findNodeHandle: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-web/src/exports/WebView/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -154,7 +153,6 @@ export {
InputAccessoryView,
TabBarIOS,
ToastAndroid,
WebView,
// compat (apis)
PermissionsAndroid,
Settings,
Expand Down

0 comments on commit 371101e

Please sign in to comment.