mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-06 13:19:55 +00:00
[change] Remove CameraRoll
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -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. |
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = {
|
||||
AppState: true,
|
||||
BackHandler: true,
|
||||
Button: true,
|
||||
CameraRoll: true,
|
||||
CheckBox: true,
|
||||
Clipboard: true,
|
||||
ColorPropType: true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export default {};
|
||||
2
packages/react-native-web/src/index.js
vendored
2
packages/react-native-web/src/index.js
vendored
@@ -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';
|
||||
@@ -194,7 +193,6 @@ export {
|
||||
ViewPagerAndroid,
|
||||
WebView,
|
||||
// compat (apis)
|
||||
CameraRoll,
|
||||
DatePickerAndroid,
|
||||
ImagePickerIOS,
|
||||
PermissionsAndroid,
|
||||
|
||||
Reference in New Issue
Block a user