react-native-feedback-haptics
v0.1.1
Published
React Native module for triggering Android haptic feedback
Downloads
6
Maintainers
Readme
react-native-haptic
React Native module for triggering Android haptic feedback
Installation
npm install react-native-haptic
Usage
import {triggerVirtualKeyFeedback} from 'react-native-feedback-haptics';
// ...
triggerVirtualKeyFeedback();
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