FunctionButton({
label,
onPress,
fontSize = 16,
progress,
style,
children,
}: PropsWithChildren<ButtonProps>)
lib/components/generic/Button.tsx:21
FunctionFloatingCameraScreen({
photo,
onGoNext,
disableFloat,
goNextLabel,
children,
}: PropsWithChildren<FloatingCameraScreenProps>)
lib/components/onboarding/FloatingCameraScreen.tsx:27
FunctionTabButton({
label,
variant,
icon: Icon,
active,
onPress,
}: TabButtonProps)
lib/components/tabbar/TabButton.tsx:57
FunctionText({
size = 14,
variant = 'sans-serif',
weight,
style,
children,
}: TextProps)
lib/components/generic/Text.tsx:31