Searched refs:UIImagePickerPresentationStyle (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-image-picker/build/ |
| H A D | ImagePicker.types.js | 120 export var UIImagePickerPresentationStyle; variable 121 (function (UIImagePickerPresentationStyle) { argument 125 UIImagePickerPresentationStyle["FULL_SCREEN"] = "fullScreen"; 129 UIImagePickerPresentationStyle["PAGE_SHEET"] = "pageSheet"; 133 UIImagePickerPresentationStyle["FORM_SHEET"] = "formSheet"; 137 UIImagePickerPresentationStyle["CURRENT_CONTEXT"] = "currentContext"; 141 UIImagePickerPresentationStyle["OVER_FULL_SCREEN"] = "overFullScreen"; 145 UIImagePickerPresentationStyle["OVER_CURRENT_CONTEXT"] = "overCurrentContext"; 149 UIImagePickerPresentationStyle["POPOVER"] = "popover"; 156 UIImagePickerPresentationStyle["AUTOMATIC"] = "automatic"; [all …]
|
| H A D | ImagePicker.types.d.ts | 128 export declare enum UIImagePickerPresentationStyle { enum 427 presentationStyle?: UIImagePickerPresentationStyle;
|
| H A D | ImagePicker.types.js.map | 1 …UIImagePickerPresentationStyle {\n /**\n * A presentation style in which the presented picker c…
|
| /expo/apps/native-component-list/src/screens/ImagePicker/ |
| H A D | ImagePickerScreen.tsx | 145 name: 'UIImagePickerPresentationStyle.FULL_SCREEN', 149 name: 'UIImagePickerPresentationStyle.PAGE_SHEET', 150 value: ImagePicker.UIImagePickerPresentationStyle.PAGE_SHEET, 153 name: 'UIImagePickerPresentationStyle.FORM_SHEET', 157 name: 'UIImagePickerPresentationStyle.CURRENT_CONTEXT', 161 name: 'UIImagePickerPresentationStyle.OVER_FULL_SCREEN', 165 name: 'UIImagePickerPresentationStyle.OVER_CURRENT_CONTEXT', 169 name: 'UIImagePickerPresentationStyle.POPOVER', 170 value: ImagePicker.UIImagePickerPresentationStyle.POPOVER, 173 name: 'UIImagePickerPresentationStyle.AUTOMATIC', [all …]
|
| /expo/packages/expo-image-picker/src/ |
| H A D | ImagePicker.types.ts | 139 export enum UIImagePickerPresentationStyle { enum 452 presentationStyle?: UIImagePickerPresentationStyle;
|
| /expo/packages/expo-image-picker/ |
| H A D | CHANGELOG.md | 82 - Removed deprecated fields from pick result type and deprecated `UIImagePickerPresentationStyle` e… 201 - Deleted the `UIImagePickerPresentationStyle.BlurOverFullScreen` option as it does not work on iOS… 202 - Deprecated all `PascalCase` values of the `UIImagePickerPresentationStyle` enum. Use their `SNAKE… 203 - Underlying values of the `UIImagePickerPresentationStyle` are now strings. They were integers bef… 238 …magePickerResult`, `UIImagePickerControllerQualityType` and `UIImagePickerPresentationStyle`. ([#1…
|
| /expo/ |
| H A D | CHANGELOG.md | 671 …- Removed deprecated fields from pick result type and deprecated `UIImagePickerPresentationStyle` …
|