PressableSourceProps
Props shared by source components that support press interactions.
Type
{
onPress?: (event: NativeSyntheticEvent<PressEventWithFeatures>) => void;
hitbox?: ViewPadding;
}
Props shared by source components that support press interactions.
{
onPress?: (event: NativeSyntheticEvent<PressEventWithFeatures>) => void;
hitbox?: ViewPadding;
}