FunctionAnimatedArc({
cx,
cy,
internalRadius,
color,
strokeWidth,
progress,
orientation = "clockwise",
})
app/components/ActivityIndicator/AnimatedArc.tsx:58
FunctionAnimatedRectBorder({
x,
y,
strokeWidth,
height,
width,
color,
scale,
}: AnimatedRectBorderProps)
app/components/Frame/AnimatedRectBorder.tsx:15
FunctionArwesTextInput({
color,
borderColor,
internalSquareBorderWidth,
strokeWidth,
style,
textInputStyle,
internalSq
app/components/TextInput/index.tsx:22
FunctionTouchableFeedback({
children,
onPress,
style,
highlightColor = "rgba(255,255,255,0.1)",
defaultColor = "transparent",
app/components/TouchableFeedback.tsx:22
FunctionTouchablePopupHandler({
children,
style,
onPress,
highlightedChildren,
options,
})
app/components/BlurredPopup/TouchablePopupHandler.tsx:42