[change] Remove ToolbarAndroid

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 11:27:28 -07:00
parent f54c957199
commit 9d76d58891
3 changed files with 0 additions and 6 deletions
@@ -55,7 +55,6 @@ module.exports = {
TextPropTypes: true,
TimePickerAndroid: true,
ToastAndroid: true,
ToolbarAndroid: true,
Touchable: true,
TouchableHighlight: true,
TouchableNativeFeedback: true,
@@ -63,7 +62,6 @@ module.exports = {
TouchableWithoutFeedback: true,
UIManager: true,
Vibration: true,
VibrationIOS: true,
View: true,
ViewPagerAndroid: true,
ViewPropTypes: true,
@@ -1,2 +0,0 @@
import UnimplementedView from '../../modules/UnimplementedView';
export default UnimplementedView;
-2
View File
@@ -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)
@@ -157,7 +156,6 @@ export {
InputAccessoryView,
TabBarIOS,
ToastAndroid,
ToolbarAndroid,
ViewPagerAndroid,
WebView,
// compat (apis)