Skip to content

Kouznetsov/rn-throttle-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import ThrottleButton from "rn-throttle-button"

<ThrottleButton pressThrottle={300} >
    /* Your children */
</ThrottleButton>

pressThrottle defines how long you want to wait between two possible clicks. Default is 300ms.

This component inherits of TouchableOpacity and can be used as such, with the same props.

About

code of rn-throttle-button package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors