mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-08 20:35:21 +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,
|
I18nManager: true,
|
||||||
Image: true,
|
Image: true,
|
||||||
ImageBackground: true,
|
ImageBackground: true,
|
||||||
ImagePickerIOS: true,
|
|
||||||
ImageStore: true,
|
ImageStore: true,
|
||||||
InputAccessoryView: true,
|
InputAccessoryView: true,
|
||||||
InteractionManager: true,
|
InteractionManager: true,
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
export default {};
|
|
||||||
-2
@@ -87,7 +87,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
|
|||||||
import ViewPagerAndroid from './exports/ViewPagerAndroid';
|
import ViewPagerAndroid from './exports/ViewPagerAndroid';
|
||||||
import WebView from './exports/WebView';
|
import WebView from './exports/WebView';
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
import ImagePickerIOS from './exports/ImagePickerIOS';
|
|
||||||
import PermissionsAndroid from './exports/PermissionsAndroid';
|
import PermissionsAndroid from './exports/PermissionsAndroid';
|
||||||
import PushNotificationIOS from './exports/PushNotificationIOS';
|
import PushNotificationIOS from './exports/PushNotificationIOS';
|
||||||
import Settings from './exports/Settings';
|
import Settings from './exports/Settings';
|
||||||
@@ -188,7 +187,6 @@ export {
|
|||||||
ViewPagerAndroid,
|
ViewPagerAndroid,
|
||||||
WebView,
|
WebView,
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
ImagePickerIOS,
|
|
||||||
PermissionsAndroid,
|
PermissionsAndroid,
|
||||||
PushNotificationIOS,
|
PushNotificationIOS,
|
||||||
Settings,
|
Settings,
|
||||||
|
|||||||
Reference in New Issue
Block a user