Home
last modified time | relevance | path

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

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.js90 export var AppleAuthenticationButtonStyle; variable
91 (function (AppleAuthenticationButtonStyle) { argument
95 AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle["WHITE"] = 0] = "WHITE";
99AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle["WHITE_OUTLINE"] = 1] = "WHITE_OUTLI…
103 AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle["BLACK"] = 2] = "BLACK";
104 })(AppleAuthenticationButtonStyle || (AppleAuthenticationButtonStyle = {}));
H A DAppleAuthentication.types.d.ts15 buttonStyle: AppleAuthenticationButtonStyle;
242 export declare enum AppleAuthenticationButtonStyle { enum
H A DAppleAuthentication.types.js.map1AppleAuthenticationButtonStyle;\n /**\n * The border radius to use when rendering the button. T…
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx11 AppleAuthenticationButtonStyle,
19 buttonStyle: AppleAuthentication.AppleAuthenticationButtonStyle;
44 buttonStyle: AppleAuthenticationButtonStyle.WHITE,
177 title={`${AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle.WHITE]}`}
178 onPress={() => this.setState({ buttonStyle: AppleAuthenticationButtonStyle.WHITE })}
182 AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle.WHITE_OUTLINE]
185 this.setState({ buttonStyle: AppleAuthenticationButtonStyle.WHITE_OUTLINE })
189 title={`${AppleAuthenticationButtonStyle[AppleAuthenticationButtonStyle.BLACK]}`}
190 onPress={() => this.setState({ buttonStyle: AppleAuthenticationButtonStyle.BLACK })}
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts17 buttonStyle: AppleAuthenticationButtonStyle;
277 export enum AppleAuthenticationButtonStyle { enum
/expo/apps/fabric-tester/
H A DApp.tsx207 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dapple-authentication.mdx80 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dapple-authentication.mdx80 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
/expo/docs/pages/versions/unversioned/sdk/
H A Dapple-authentication.mdx87 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dapple-authentication.mdx87 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dapple-authentication.mdx68 buttonStyle={AppleAuthentication.AppleAuthenticationButtonStyle.BLACK}
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap414 AppleAuthenticationButtonStyle
4292 AppleAuthenticationButtonStyle
4402 AppleAuthenticationButtonStyle.WHITE = 0
4470 AppleAuthenticationButtonStyle.WHITE_OUTLINE = 1
4538 AppleAuthenticationButtonStyle.BLACK = 2