mkuczera / react-native-haptic-feedback

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

The values of some Android methods do not have vibration effects #124

Open Pahkoo opened 2 months ago

Pahkoo commented 2 months ago

There are some methods that cannot achieve vibration in an Android environment.Such as 'impactLight','soft'and new VibrateWithHapticConstant Defined vibration methods

,Is the vibration time too short, and is it dependent on the hardware and driver programs of the device, which makes these methods unable to achieve device vibration

mkuczera commented 2 weeks ago

While developing the initial library there were only patterns to mimic the haptic most of the time. But most of the methods should actually be available on Android, or am i missing something? Glad for help :)