rn-throttle-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published
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.

Readme

Keywords

Package Sidebar

Install

npm i rn-throttle-button

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

240 kB

Total Files

6

Last publish

Collaborators

  • kouznetsov42