FunctionPickerRow({
title,
description,
selectedValue,
options,
onValueChange,
testID,
}: {
title: string;
desc
example/src/checkoutPlayground/CheckoutPlaygroundFormRows.tsx:16
FunctionPlatformPayButton({
type = ButtonType.Default,
appearance = ButtonStyle.Automatic,
onPress,
disabled,
borderRadius,
src/components/PlatformPayButton.tsx:95
FunctionSelectableRow({
title,
subtitle,
selected,
onPress,
showCheckmark = true,
showToggle = false,
})
example-stripe-connect/src/components/SelectableRow.tsx:15
FunctionSelectionModal({
visible,
title,
description,
options,
selectedValue,
onSelect,
onClose,
}: {
visible: boole
example/src/checkoutPlayground/CheckoutPlaygroundFormRows.tsx:140
FunctionStripeProvider({
children,
publishableKey,
merchantIdentifier,
threeDSecureParams,
stripeAccountId,
urlScheme,
src/components/StripeProvider.tsx:81
FunctionToggleRow({
title,
description,
value,
onValueChange,
testID,
}: {
title: string;
description?: string;
example/src/checkoutPlayground/CheckoutPlaygroundFormRows.tsx:74