Skip to content

AmirDiafi/ReactNative-iOS-Haptics

react-native-ios-haptics

this native module helps you achieve the notification and the impact haptics(vibration) feedbacks with the latest types and styles.

Installation

npm install react-native-ios-haptics

Usage

import { notificationFeedback, impactFeedback } from 'react-native-ios-haptics';

// ...

notificationFeedback('success');
impactFeedback('soft');

Feedbacks

Impact Notifications
soft success
light warning
medium error
rigid
heavy

Contributing

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

License

MIT


About

React Native Notfication/Impact Haptic Feedback for iOS.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published