[change] Remove PickerIOS

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 11:11:43 -07:00
parent 89bc074327
commit 7ec9b075a1
3 changed files with 0 additions and 5 deletions
@@ -33,7 +33,6 @@ module.exports = {
PanResponder: true,
PermissionsAndroid: true,
Picker: true,
PickerIOS: true,
PixelRatio: true,
Platform: true,
PointPropType: true,
@@ -1,2 +0,0 @@
import UnimplementedView from '../../modules/UnimplementedView';
export default UnimplementedView;
-2
View File
@@ -71,7 +71,6 @@ import PointPropType from './exports/PointPropType';
// compat (components)
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import InputAccessoryView from './exports/InputAccessoryView';
import PickerIOS from './exports/PickerIOS';
import ProgressBarAndroid from './exports/ProgressBarAndroid';
import ProgressViewIOS from './exports/ProgressViewIOS';
import SegmentedControlIOS from './exports/SegmentedControlIOS';
@@ -166,7 +165,6 @@ export {
// compat (components)
DrawerLayoutAndroid,
InputAccessoryView,
PickerIOS,
ProgressBarAndroid,
ProgressViewIOS,
SegmentedControlIOS,