Home
last modified time | relevance | path

Searched refs:cancelLabel (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-local-authentication/ios/
H A DLocalAuthenticationModule.swift63 var cancelLabel = options.cancelLabel in definition() variable
81 if cancelLabel != nil { in definition()
82 context.localizedCancelTitle = cancelLabel in definition()
H A DLocalAuthenticationOptions.swift4 @Field var cancelLabel: String? variable
/expo/ios/versioned/sdk49/ExpoLocalAuthentication/
H A DLocalAuthenticationModule.swift63 var cancelLabel = options.cancelLabel in definition() variable
81 if cancelLabel != nil { in definition()
82 context.localizedCancelTitle = cancelLabel in definition()
H A DLocalAuthenticationOptions.swift4 @Field var cancelLabel: String? variable
/expo/ios/versioned/sdk48/ExpoLocalAuthentication/
H A DLocalAuthenticationModule.swift63 var cancelLabel = options.cancelLabel in definition() variable
81 if cancelLabel != nil { in definition()
82 context.localizedCancelTitle = cancelLabel in definition()
H A DLocalAuthenticationOptions.swift4 @Field var cancelLabel: String? variable
/expo/packages/expo-local-authentication/src/
H A DLocalAuthentication.types.ts47 cancelLabel?: string;
/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.types.d.ts45 cancelLabel?: string;
H A DLocalAuthentication.types.js.map1 …\n * Allows to customize the default `Cancel` label shown.\n */\n cancelLabel?: string;\n /*…
/expo/ios/versioned/sdk47/EXLocalAuthentication/EXLocalAuthentication/
H A DABI47_0_0EXLocalAuthentication.m91 NSString *cancelLabel = options[@"cancelLabel"];
109 if (cancelLabel != nil) {
110 context.localizedCancelTitle = cancelLabel;
/expo/packages/expo-local-authentication/src/__tests__/
H A DLocalAuthentication-test.native.ts12 cancelLabel: 'Abort',
/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt39 val cancelLabel: String = "" in <lambda>() constant in expo.modules.localauthentication.AuthOptions
224 val cancelLabel = options.cancelLabel in authenticate() constant
236 setNegativeButtonText(cancelLabel) in authenticate()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt199 val cancelLabel = if (options.containsKey("cancelLabel")) { in authenticateAsync() constant
219 cancelLabel?.let { in authenticateAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt199 val cancelLabel = if (options.containsKey("cancelLabel")) { in authenticateAsync() constant
219 cancelLabel?.let { in authenticateAsync()
/expo/apps/native-component-list/src/screens/
H A DLocalAuthenticationScreen.tsx58 cancelLabel: 'Cancel label',
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt237 val cancelLabel = if (options.containsKey("cancelLabel")) { in authenticateAsync() constant
257 cancelLabel?.let { in authenticateAsync()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfirebase-recaptcha.mdx437 cancelLabel='Close'
499 - **cancelLabel (string)** -- Label of the cancel button. The default is "Cancel".
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfirebase-recaptcha.mdx439 cancelLabel='Close'
501 - **cancelLabel (string)** -- Label of the cancel button. The default is "Cancel".
/expo/packages/expo-local-authentication/
H A DCHANGELOG.md216 - Added support for `promptMessage`, `cancelLabel` and `disableDeviceFallback` on Android. ([#8219]…