Skip to content

Commit

Permalink
[change] Remove ImagePickerIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 3b1d7dc commit 217b45b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = {
I18nManager: true,
Image: true,
ImageBackground: true,
ImagePickerIOS: true,
ImageStore: true,
InputAccessoryView: true,
InteractionManager: true,
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -188,7 +187,6 @@ export {
ViewPagerAndroid,
WebView,
// compat (apis)
ImagePickerIOS,
PermissionsAndroid,
PushNotificationIOS,
Settings,
Expand Down

0 comments on commit 217b45b

Please sign in to comment.