Skip to content

Commit

Permalink
[change] Remove ToolbarAndroid
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 21faa17 commit 09bec62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ module.exports = {
TextPropTypes: true,
TimePickerAndroid: true,
ToastAndroid: true,
ToolbarAndroid: true,
Touchable: true,
TouchableHighlight: true,
TouchableNativeFeedback: true,
TouchableOpacity: true,
TouchableWithoutFeedback: true,
UIManager: true,
Vibration: true,
VibrationIOS: true,
View: true,
ViewPagerAndroid: true,
ViewPropTypes: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-web/src/exports/ToolbarAndroid/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 ToolbarAndroid from './exports/ToolbarAndroid';
import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
Expand Down Expand Up @@ -157,7 +156,6 @@ export {
InputAccessoryView,
TabBarIOS,
ToastAndroid,
ToolbarAndroid,
ViewPagerAndroid,
WebView,
// compat (apis)
Expand Down

0 comments on commit 09bec62

Please sign in to comment.