FunctionAlert({
title,
subtitle,
icon,
bgColor,
onClose,
onPress,
}: AlertProps)
src/components/Alert/Alert.tsx:15
FunctionAppShell({
title,
subtitle,
children,
alt,
footer,
scrollContainerStyles,
mainStyles,
bgColor,
circl
src/components/AppShell/AppShell.tsx:120
FunctionButton({
onPress,
children,
style,
disabled = false,
accessibilityRole = 'button',
}: ButtonProps)
src/components/Button/Button.tsx:32