Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 523 Bytes

File metadata and controls

30 lines (19 loc) · 523 Bytes

@m2-modules/react-native-ios-feedback-generator

React native feedback generator module for iOS

Installation

npm install @m2-modules/react-native-ios-feedback-generator

Usage

import {
  impactFeedback,
  ImpactFeedbackStyle,
} from '@m2-modules/react-native-ios-feedback-generator';

// ...

impactFeedback(ImpactFeedbackStyle.Heavy);

Contributing

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

License

MIT