Home
last modified time | relevance | path

Searched refs:AppleAuthenticationButtonType (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.js70 export var AppleAuthenticationButtonType; variable
71 (function (AppleAuthenticationButtonType) { argument
75 AppleAuthenticationButtonType[AppleAuthenticationButtonType["SIGN_IN"] = 0] = "SIGN_IN";
79 AppleAuthenticationButtonType[AppleAuthenticationButtonType["CONTINUE"] = 1] = "CONTINUE";
84 AppleAuthenticationButtonType[AppleAuthenticationButtonType["SIGN_UP"] = 2] = "SIGN_UP";
85 })(AppleAuthenticationButtonType || (AppleAuthenticationButtonType = {}));
H A DAppleAuthentication.types.d.ts11 buttonType: AppleAuthenticationButtonType;
224 export declare enum AppleAuthenticationButtonType { enum
H A DAppleAuthentication.types.js.map1AppleAuthenticationButtonType;\n /**\n * The Apple-defined color scheme to use to display the b…
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx12 AppleAuthenticationButtonType,
20 buttonType: AppleAuthentication.AppleAuthenticationButtonType;
45 buttonType: AppleAuthenticationButtonType.SIGN_IN,
198 title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.SIGN_IN]}`}
199 onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.SIGN_IN })}
202 title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.CONTINUE]}`}
203 onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.CONTINUE })}
206 title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.SIGN_UP]}`}
207 onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.SIGN_UP })}
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts13 buttonType: AppleAuthenticationButtonType;
257 export enum AppleAuthenticationButtonType { enum
/expo/apps/fabric-tester/
H A DApp.tsx208 buttonType={AppleAuthentication.AppleAuthenticationButtonType.CONTINUE}
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dapple-authentication.mdx79 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dapple-authentication.mdx79 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
/expo/docs/pages/versions/unversioned/sdk/
H A Dapple-authentication.mdx86 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dapple-authentication.mdx86 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dapple-authentication.mdx67 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap498 AppleAuthenticationButtonType
4570 AppleAuthenticationButtonType
4680 AppleAuthenticationButtonType.SIGN_IN = 0
4748 AppleAuthenticationButtonType.CONTINUE = 1
4849 AppleAuthenticationButtonType.SIGN_UP = 2