[change] Remove TabBarIOS and TimePickerAndroid exports

These modules have been removed from React Native
This commit is contained in:
Nicolas Gallagher
2020-04-15 20:41:27 -07:00
parent a7da67cd09
commit 0ffbf66b1a
4 changed files with 0 additions and 7 deletions

View File

@@ -46,10 +46,8 @@ module.exports = {
Switch: true,
Systrace: true,
TVEventHandler: true,
TabBarIOS: true,
Text: true,
TextInput: true,
TimePickerAndroid: true,
ToastAndroid: true,
Touchable: true,
TouchableHighlight: true,

View File

@@ -1,2 +0,0 @@
import UnimplementedView from '../../modules/UnimplementedView';
export default UnimplementedView;

View File

@@ -1 +0,0 @@
export default {};

View File

@@ -62,13 +62,11 @@ export { default as YellowBox } from './exports/YellowBox';
// compat (components)
export { default as DrawerLayoutAndroid } from './exports/DrawerLayoutAndroid';
export { default as InputAccessoryView } from './exports/InputAccessoryView';
export { default as TabBarIOS } from './exports/TabBarIOS';
export { default as ToastAndroid } from './exports/ToastAndroid';
// compat (apis)
export { default as PermissionsAndroid } from './exports/PermissionsAndroid';
export { default as Settings } from './exports/Settings';
export { default as Systrace } from './exports/Systrace';
export { default as TimePickerAndroid } from './exports/TimePickerAndroid';
export { default as TVEventHandler } from './exports/TVEventHandler';
// plugins