Skip to content

Commit 5039797

Browse files
[change] Remove WebView
Ref #1352 Ref facebook/react-native#23313
1 parent 982d463 commit 5039797

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ React Native v0.55
152152
| TouchableWithoutFeedback || |
153153
| View || |
154154
| VirtualizedList || |
155-
| WebView || Not started ([1025](https://github.com/necolas/react-native-web/issues/1025)). |
156155
| YellowBox | (✓) | Mock. No YellowBox functionality. |
157156

158157
### Modules

packages/babel-plugin-react-native-web/src/moduleMap.js

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ module.exports = {
6565
View: true,
6666
ViewPropTypes: true,
6767
VirtualizedList: true,
68-
WebView: true,
6968
YellowBox: true,
7069
createElement: true,
7170
findNodeHandle: true,

packages/react-native-web/src/exports/WebView/index.js

-2
This file was deleted.

packages/react-native-web/src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
7171
import InputAccessoryView from './exports/InputAccessoryView';
7272
import TabBarIOS from './exports/TabBarIOS';
7373
import ToastAndroid from './exports/ToastAndroid';
74-
import WebView from './exports/WebView';
7574
// compat (apis)
7675
import PermissionsAndroid from './exports/PermissionsAndroid';
7776
import Settings from './exports/Settings';
@@ -154,7 +153,6 @@ export {
154153
InputAccessoryView,
155154
TabBarIOS,
156155
ToastAndroid,
157-
WebView,
158156
// compat (apis)
159157
PermissionsAndroid,
160158
Settings,

0 commit comments

Comments
 (0)