1.0.1 • Published 6 years ago

rn-throttle-button v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago
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.

1.0.1

6 years ago

1.0.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago