[change] Remove ImagePickerIOS

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 10:49:43 -07:00
parent cc5a5d7d27
commit f9eadc10d2
3 changed files with 0 additions and 4 deletions
@@ -21,7 +21,6 @@ module.exports = {
I18nManager: true,
Image: true,
ImageBackground: true,
ImagePickerIOS: true,
ImageStore: true,
InputAccessoryView: true,
InteractionManager: true,
@@ -1 +0,0 @@
export default {};
-2
View File
@@ -87,7 +87,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
import ImagePickerIOS from './exports/ImagePickerIOS';
import PermissionsAndroid from './exports/PermissionsAndroid';
import PushNotificationIOS from './exports/PushNotificationIOS';
import Settings from './exports/Settings';
@@ -188,7 +187,6 @@ export {
ViewPagerAndroid,
WebView,
// compat (apis)
ImagePickerIOS,
PermissionsAndroid,
PushNotificationIOS,
Settings,