react-native-click-type
v0.4.0
Published
A React Native package for differentiating between mouse and touch clicks.
Readme
react-native-click-type
A React Native package for differentiating between mouse and touch clicks.
Installation
npm install react-native-click-typeUsage
import { getClickType } from 'react-native-click-type';
// ...
const result = await getClickType();Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
