Josip Marić
Josip Marić

Reputation: 247

How to make TouchableOpacity onlongPress custom duration

I would like to make TouchableOpacity to fire event after 5seconds of pressing.... Is there a way to make a custom duration?

Upvotes: 0

Views: 342

Answers (1)

Nima Ka
Nima Ka

Reputation: 163

You can use this prop:

delayLongPress={5000}

Upvotes: 1

Related Questions