Commit 9f1c736 1 parent ebf0073 commit 9f1c736 Copy full SHA for 9f1c736
File tree 4 files changed +0
-5
lines changed
babel-plugin-react-native-web/src
4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ React Native v0.55
168
168
| AppRegistry | ✓ | Includes additional support for server rendering with ` getApplication ` . |
169
169
| AppState | ✓ | |
170
170
| BackHandler | (✓) | Mock. No equivalent web APIs. |
171
- | CameraRoll | ✘ | No equivalent web APIs. |
172
171
| Clipboard | ✓ | |
173
172
| ColorPropType | ✓ | |
174
173
| DeviceInfo | (✓) | Limited information. |
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = {
8
8
AppState : true ,
9
9
BackHandler : true ,
10
10
Button : true ,
11
- CameraRoll : true ,
12
11
CheckBox : true ,
13
12
Clipboard : true ,
14
13
ColorPropType : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
89
89
import ViewPagerAndroid from './exports/ViewPagerAndroid' ;
90
90
import WebView from './exports/WebView' ;
91
91
// compat (apis)
92
- import CameraRoll from './exports/CameraRoll' ;
93
92
import DatePickerAndroid from './exports/DatePickerAndroid' ;
94
93
import ImagePickerIOS from './exports/ImagePickerIOS' ;
95
94
import PermissionsAndroid from './exports/PermissionsAndroid' ;
@@ -194,7 +193,6 @@ export {
194
193
ViewPagerAndroid ,
195
194
WebView ,
196
195
// compat (apis)
197
- CameraRoll ,
198
196
DatePickerAndroid ,
199
197
ImagePickerIOS ,
200
198
PermissionsAndroid ,
You can’t perform that action at this time.
0 commit comments