Triggers
This is only a short list of some common Triggers. Refer to the specific component's documentation for more info on what Triggers are available.
Name | Description | Components |
---|---|---|
On Blur | Starts the action when the element is blurred/unfocused | Text Area Text Input |
On Change | Starts the action when the value is changed | Stepper |
On Change Text | Starts the action when the text is changed | Text Area Text Input Number Input Styled Text Area Styled Text Field |
On Change Text Delayed | Starts the action after a given delay from when editing has stopped (debouncing) | Text Area Text Input |
On Check | Starts the action when the checkbox is checked | Checkbox Checkbox Row |
On Date Change | Starts the action when the date is changed | Date Picker |
On End Reached | Starts the action when the end threshold is reached | List FlashList Masonry List |
On Focus | Starts the action when the element is focused | Text Area Text Input |
On Index Changed | Starts the action when swiped | Swiper |
On Long Press | Starts the action when the element is long pressed. | Button Touchable Pressable |
On Press | Starts the action when the element is pressed. | Button Icon Button Link Touchable Checkbox Checkbox Row Radio Button Star Rating Action Sheet Item Action Sheet Cancel Map Callout |
On Refresh | Starts the action when the element is refreshed | List FlashList Masonry List |
On Return Key | Starts the action when the Return/Enter key is pressed | Text Input |
On Screen Focus | Runs every time the screen comes into focus | Screen |
On Uncheck | Starts the action when the checkbox is unchecked | Checkbox Checkbox Row |
On Value Change | Starts the action when the value is changed | Picker Radio Button Group Slider Switch Switch Row |
Updated 15 days ago