Skip to content

Commit 09bec62

Browse files
smartDev420smartDev420
smartDev420
authored and
smartDev420
committed
[change] Remove ToolbarAndroid
Ref #1352 Ref facebook/react-native#23313
1 parent 21faa17 commit 09bec62

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@ module.exports = {
5555
TextPropTypes: true,
5656
TimePickerAndroid: true,
5757
ToastAndroid: true,
58-
ToolbarAndroid: true,
5958
Touchable: true,
6059
TouchableHighlight: true,
6160
TouchableNativeFeedback: true,
6261
TouchableOpacity: true,
6362
TouchableWithoutFeedback: true,
6463
UIManager: true,
6564
Vibration: true,
66-
VibrationIOS: true,
6765
View: true,
6866
ViewPagerAndroid: true,
6967
ViewPropTypes: true,

packages/react-native-web/src/exports/ToolbarAndroid/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 ToolbarAndroid from './exports/ToolbarAndroid';
7574
import ViewPagerAndroid from './exports/ViewPagerAndroid';
7675
import WebView from './exports/WebView';
7776
// compat (apis)
@@ -157,7 +156,6 @@ export {
157156
InputAccessoryView,
158157
TabBarIOS,
159158
ToastAndroid,
160-
ToolbarAndroid,
161159
ViewPagerAndroid,
162160
WebView,
163161
// compat (apis)

0 commit comments

Comments
 (0)