Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 532 Bytes

pressable.md

File metadata and controls

19 lines (11 loc) · 532 Bytes

Class: Pressable

Works like a button element except tapping does not prevent or conflict with panning. It can also recognize long taps, and can even capture the press entirely if you want to implementing something like dragging.

It does not provide any UI.

Must only be used inside a Space.

Props

See PressableProps.

Hierarchy