Skip to content

Releases: mhpdev-com/react-native-haptics

Release 1.1.0

01 Feb 09:19

Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

This release contains significant Android reliability improvements to make haptic feedback more consistent across all hardware tiers. It does not affect iOS and does not change the module's public API.

Addresses: #3

  • Fixed feedback being suppressed on Xiaomi, Honor, and Oppo devices by implementing system-priority touch attributes.
  • Made inaudible or unfelt haptics on budget devices detectable by increasing the minimum pulse duration to 35 ms.
  • Reduced “mushy” notification feedback by increasing motor spin-down gaps to 100 ms or more.
  • Fixed compatibility issues with Android 12+ VibratorManager and Android 13+ VibrationAttributes.
  • Improved haptic precision by using multi-stage waveforms for Soft and Heavy impact styles.
  • Improved reliability on low-end ERM motors by optimizing amplitude logic.

v1.0.1

11 Aug 17:56

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Aug 17:54

Choose a tag to compare

Release 1.0.0

v1.0.0-beta

10 Aug 16:11

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release
chore: release 1.0.0-beta