Home
last modified time | relevance | path

Searched refs:UIImagePickerPresentationStyle (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-image-picker/build/
H A DImagePicker.types.js120 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 DImagePicker.types.d.ts128 export declare enum UIImagePickerPresentationStyle { enum
427 presentationStyle?: UIImagePickerPresentationStyle;
H A DImagePicker.types.js.map1UIImagePickerPresentationStyle {\n /**\n * A presentation style in which the presented picker c…
/expo/apps/native-component-list/src/screens/ImagePicker/
H A DImagePickerScreen.tsx145 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 DImagePicker.types.ts139 export enum UIImagePickerPresentationStyle { enum
452 presentationStyle?: UIImagePickerPresentationStyle;
/expo/packages/expo-image-picker/
H A DCHANGELOG.md82 - 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 DCHANGELOG.md671 …- Removed deprecated fields from pick result type and deprecated `UIImagePickerPresentationStyle` …