Skip to main content

PressableSourceProps

Props shared by source components that support press interactions.

Type

{
onPress?: (event: NativeSyntheticEvent<PressEventWithFeatures>) => void;
hitbox?: ViewPadding;
}