Skip to content

Kouznetsov/rn-throttle-button

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

No packages published