0.1.1 • Published 2 years ago

@dppo/react-native-debounce-touchable v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-debounce-touchable

use-debounce to react-native touchable components

Installation

npm install react-native-debounce-touchable

Usage

import DebounceTouchable from "react-native-debounce-touchable";

// ...

const result = await DebounceTouchable.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT