Reputation: 247
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
Reputation: 163
You can use this prop:
delayLongPress={5000}
Upvotes: 1