Home
last modified time | relevance | path

Searched refs:WebBrowserPresentationStyle (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-web-browser/build/
H A DWebBrowser.types.js24 export var WebBrowserPresentationStyle; variable
25 (function (WebBrowserPresentationStyle) { argument
29 WebBrowserPresentationStyle["FULL_SCREEN"] = "fullScreen";
33 WebBrowserPresentationStyle["PAGE_SHEET"] = "pageSheet";
37 WebBrowserPresentationStyle["FORM_SHEET"] = "formSheet";
41 WebBrowserPresentationStyle["CURRENT_CONTEXT"] = "currentContext";
45 WebBrowserPresentationStyle["OVER_FULL_SCREEN"] = "overFullScreen";
49 WebBrowserPresentationStyle["OVER_CURRENT_CONTEXT"] = "overCurrentContext";
53 WebBrowserPresentationStyle["POPOVER"] = "popover";
60 WebBrowserPresentationStyle["AUTOMATIC"] = "automatic";
[all …]
H A DWebBrowser.d.ts1 …rResultType, WebBrowserWarmUpResult, WebBrowserWindowFeatures, WebBrowserPresentationStyle, AuthSe…
2 …rResultType, WebBrowserWarmUpResult, WebBrowserWindowFeatures, WebBrowserPresentationStyle, AuthSe…
H A DWebBrowser.types.d.ts70 presentationStyle?: WebBrowserPresentationStyle;
144 export declare enum WebBrowserPresentationStyle { enum
H A DWebBrowser.js4 import { WebBrowserResultType, WebBrowserPresentationStyle, } from './WebBrowser.types';
5 export { WebBrowserResultType, WebBrowserPresentationStyle, };
H A DWebBrowser.types.js.map1WebBrowserPresentationStyle.OverFullScreen\n * @platform ios\n */\n presentationStyle?: WebBr…
H A DWebBrowser.js.map1WebBrowserPresentationStyle,\n AuthSessionOpenOptions,\n} from './WebBrowser.types';\n\nexport {\…
/expo/apps/native-component-list/src/screens/WebBrowser/
H A DOpenBrowserAsyncDemo.tsx108 name: 'WebBrowserPresentationStyle.OVER_FULL_SCREEN',
112 name: 'WebBrowserPresentationStyle.FULL_SCREEN',
116 name: 'WebBrowserPresentationStyle.PAGE_SHEET',
117 value: WebBrowser.WebBrowserPresentationStyle.PAGE_SHEET,
120 name: 'WebBrowserPresentationStyle.FORM_SHEET',
121 value: WebBrowser.WebBrowserPresentationStyle.FORM_SHEET,
124 name: 'WebBrowserPresentationStyle.CURRENT_CONTEXT',
132 name: 'WebBrowserPresentationStyle.POPOVER',
133 value: WebBrowser.WebBrowserPresentationStyle.POPOVER,
136 name: 'WebBrowserPresentationStyle.AUTOMATIC',
[all …]
/expo/packages/expo-web-browser/src/
H A DWebBrowser.types.ts74 presentationStyle?: WebBrowserPresentationStyle;
156 export enum WebBrowserPresentationStyle { enum
H A DWebBrowser.ts26 WebBrowserPresentationStyle,
43 WebBrowserPresentationStyle,
/expo/packages/expo-image-picker/build/
H A DImagePicker.types.js.map1 …sen by the system.\n * On older iOS versions, falls back to `WebBrowserPresentationStyle.FullScr…