FunctionButton({
text,
onPress,
variant,
color: buttonColorName,
disabled,
loading,
externalLink,
}: ButtonPro
src/components/Button.tsx:30
FunctionInfoBlock({
icon,
text,
button: {text: buttonText, action},
color,
backgroundColor,
title,
titleBolded,
}
src/components/InfoBlock.tsx:22
FunctionRipple({
children,
disabled,
rippleColor = 'rgb(0, 0, 0)',
rippleCentered = false,
rippleOpacity = 0.3,
src/components/Ripple.tsx:38