Selectable
The selectable component allows you to wrap any UI component to make it selectable.
Name | Type | Description |
---|---|---|
onPress | () => void |
A callback to be performed when the selectable component is pressed. |
disabled | boolean? |
Whether the selectable component is disabled. |