mkuczera / react-native-haptic-feedback

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

there is problem in docs implementation #97

Closed Nischal-Ad closed 2 weeks ago

Nischal-Ad commented 1 year ago

hey developers,

I've discovered that the documentation for passing options value contains a small problem. const options = { enableVibrateFallback: true, ignoreAndroidSystemSettings: false, }; passing these as options doesn't perform haptic feedback which is mention in docs insead, const options = { enableVibrateFallback: false, ignoreAndroidSystemSettings: true, }; by passing these as options it is performing haptic feedback

i request you to check docs and perform necessary changes