OptionalaccessibleWhen true, indicates that the view is an accessibility element. By default, all the touchable elements are accessible.
OptionalaccessibilityProvides an array of custom actions available for accessibility.
OptionalaccessibilityOverrides the text that's read by the screen reader when the user interacts with the element. By default, the label is constructed by traversing all the children and accumulating all the Text nodes separated by space.
Optionalaria-Alias for accessibilityLabel https://reactnative.dev/docs/view#accessibilitylabel https://github.com/facebook/react-native/issues/34424
OptionalaccessibilityAccessibility Role tells a person using either VoiceOver on iOS or TalkBack on Android the type of element that is focused on.
OptionalaccessibilityAccessibility State tells a person using either VoiceOver on iOS or TalkBack on Android the state of the element currently focused on.
Optionalaria-alias for accessibilityState
see https://reactnative.dev/docs/accessibility#accessibilitystate
Optionalaria-Optionalaria-Optionalaria-Optionalaria-OptionalaccessibilityAn accessibility hint helps users understand what will happen when they perform an action on the accessibility element when that result is not obvious from the accessibility label.
OptionalaccessibilityRepresents the current value of a component. It can be a textual description of a component's value, or for range-based components, such as sliders and progress bars, it contains range information (minimum, current, and maximum).
Optionalaria-Optionalaria-Optionalaria-Optionalaria-OptionalonWhen accessible is true, the system will try to invoke this function when the user performs an accessibility custom action.
Optionalimportant[Android] Controlling if a view fires accessibility events and if it is reported to accessibility services.
Optionalaria-A value indicating whether the accessibility elements contained within this accessibility element are hidden.
Optionalaria-OptionalroleIndicates to accessibility services to treat UI component like a specific role.
OptionalaccessibilityIdentifies the element that labels the element it is applied to. When the assistive technology focuses on the component with this props, the text is read aloud. The value should should match the nativeID of the related element.
Optionalaria-Identifies the element that labels the element it is applied to. When the assistive technology focuses on the component with this props, the text is read aloud. The value should should match the nativeID of the related element.
OptionalaccessibilityIndicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only.
Optionalaria-Indicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only.
OptionalaccessibilityA Boolean value indicating whether the accessibility elements contained within this accessibility element are hidden to the screen reader.
OptionalaccessibilityA Boolean value indicating whether VoiceOver should ignore the elements within views that are siblings of the receiver.
OptionalonWhen accessible is true, the system will invoke this function when the user performs the escape gesture (scrub with two fingers).
OptionalonWhen accessible is true, the system will try to invoke this function when the user performs accessibility tap gesture.
OptionalonWhen accessible is true, the system will invoke this function when the user performs the magic tap gesture.
OptionalaccessibilityOptionalaccessibilityBy using the accessibilityLanguage property, the screen reader will understand which language to use while reading the element's label, value and hint. The provided string value must follow the BCP 47 specification (https://www.rfc-editor.org/info/bcp47). https://reactnative.dev/docs/accessibility#accessibilitylanguage-ios
OptionalaccessibilityA Boolean value that indicates whether or not to show the item in the large content viewer. Available on iOS 13.0+ https://reactnative.dev/docs/accessibility#accessibilityshowslargecontentviewer
OptionalaccessibilityWhen accessibilityShowsLargeContentViewer is set, this string will be used as title for the large content viewer.
https://reactnative.dev/docs/accessibility#accessibilitylargecontenttitle
OptionalstyleOptionaliOSButtonSets the Apple Wallet/Google Pay button style. If the button is placed over a dark background, set this to 'onDarkBackground', otherwise set to 'onLightBackground'.
The image asset to use as the Google Pay button. Downloadable from https://developers.google.com/static/pay/issuers/apis/push-provisioning/android/downloads/flutter/2022_googlepay_flutter_buttons.zip
OptionaltestIDOptionaltestiOS only. Set this to true until shipping through TestFlight || App Store. If false, you must be using live cards, and have the proper iOS entitlement set up. See https://stripe.com/docs/issuing/cards/digital-wallets?platform=react-native#requesting-access-for-ios
Details of the Issued Card you'd like added to the device's wallet
The primary_account_identifier value from the issued card.
The card holder name (used only on iOS)
A user-facing description of the card. Required on Android.
OptionallastFour?: stringLast 4 digits of the card, only used on iOS
Optionalbrand?: Token.CardBrandOptional, only used on iOS
OptionaltokenUsed by stripe to securely obtain card info of the card being provisioned.
Called when the flow completes. If the error field is null, then the card was successfully added to the user's native wallet.
Add to wallet button component props