Skip to content

Commit

Permalink
[change] Remove CameraRoll
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 2e2e343 commit 9c033a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ React Native v0.55
| AppRegistry || Includes additional support for server rendering with `getApplication`. |
| AppState || |
| BackHandler | (✓) | Mock. No equivalent web APIs. |
| CameraRoll || No equivalent web APIs. |
| Clipboard || |
| ColorPropType || |
| DeviceInfo | (✓) | Limited information. |
Expand Down
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 @@ -8,7 +8,6 @@ module.exports = {
AppState: true,
BackHandler: true,
Button: true,
CameraRoll: true,
CheckBox: true,
Clipboard: true,
ColorPropType: true,
Expand Down
1 change: 0 additions & 1 deletion packages/react-native-web/src/exports/CameraRoll/index.js

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 @@ -89,7 +89,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
import CameraRoll from './exports/CameraRoll';
import DatePickerAndroid from './exports/DatePickerAndroid';
import ImagePickerIOS from './exports/ImagePickerIOS';
import PermissionsAndroid from './exports/PermissionsAndroid';
Expand Down Expand Up @@ -194,7 +193,6 @@ export {
ViewPagerAndroid,
WebView,
// compat (apis)
CameraRoll,
DatePickerAndroid,
ImagePickerIOS,
PermissionsAndroid,
Expand Down

0 comments on commit 9c033a4

Please sign in to comment.