mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 10:46:19 +00:00
[change] Remove ImagePickerIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user