mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
868 stars 106 forks source link

Support rigid impact type #61

Closed waltermvp closed 3 years ago

waltermvp commented 3 years ago

Can this library support rigid haptic feedback on iOS?

https://developer.apple.com/documentation/uikit/uiimpactfeedbackstyle/uiimpactfeedbackstylerigid

mkuczera commented 3 years ago

Not yet, will support rigid and soft as new types within the next release

mkuczera commented 3 years ago

Hi @waltermvp , i just published 1.12.0-beta.0 . Can you verify that everything is working?

waltermvp commented 3 years ago

It's working, thank you for this enhancement.