Skip to content

Commit f1b691b

Browse files
committed
[change] Remove WebView
Ref necolas#1352 Ref facebook/react-native#23313
1 parent b0b2d5c commit f1b691b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/exports/WebView/index.js

-2
This file was deleted.

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)