FunctionBottomActionBar({
primaryLabel,
onPrimaryPress,
primaryDisabled,
primaryLoading,
secondaryLabel,
secondaryDisable
example/src/checkoutPlayground/CheckoutPlaygroundUI.tsx:104
FunctionButton({
title,
variant = 'default',
disabled,
loading,
center,
onPress,
...props
}: Props)
example/src/components/Button.tsx:21
FunctionCheckoutPlaygroundConfigView({
config,
errorMessage,
isCreating,
onChange,
onCreate,
}: Props)
example/src/checkoutPlayground/CheckoutPlaygroundConfigView.tsx:48
FunctionCheckoutPlaygroundEmbeddedView({
checkout,
mode,
totalLabel,
onClose,
onSuccessfulPayment,
}: Props)
example/src/checkoutPlayground/CheckoutPlaygroundEmbeddedView.tsx:35
FunctionConnectAccountOnboarding({
title,
onExit,
onStepChange,
recipientTermsOfServiceUrl,
fullTermsOfServiceUrl,
privacyPolicyUr
src/connect/Components.tsx:60
FunctionConnectPaymentDetails({
payment,
onClose,
onLoaderStart,
onLoadError,
onPageDidLoad,
style,
}: {
payment: string;
o
src/connect/Components.tsx:316
FunctionConnectPayments({
defaultFilters,
onLoaderStart,
onLoadError,
onPageDidLoad,
style,
}: {
defaultFilters?: Payment
src/connect/Components.tsx:236
FunctionFormField({
label,
value,
onChangeText,
placeholder,
secureTextEntry = false,
autoCapitalize,
keyboardTyp
example/src/screens/Onramp/FormField.tsx:25
FunctionInputRow({
title,
description,
value,
onChangeText,
placeholder,
autoCapitalize = 'none',
}: {
title: st
example/src/checkoutPlayground/CheckoutPlaygroundFormRows.tsx:106
FunctionOnrampResponseStatusSection({
response,
customerId,
paymentDisplayData,
cryptoPaymentToken,
authToken,
walletAddress,
walle
example/src/screens/Onramp/sections/OnrampResponseStatusSection.tsx:17
FunctionPaymentMethodEditorModal({
visible,
availableMethods,
selectedMethods,
onClose,
onChangeSelectedMethods,
}: {
visible: boo
example/src/checkoutPlayground/PaymentMethodEditorModal.tsx:15