Skip to content

Releases: mkuczera/react-native-haptic-feedback

Android Haptic Constant Usage

22 Jan 11:00
Compare
Choose a tag to compare

Podspec fixes

12 Jul 05:40
Compare
Choose a tag to compare

Fix podspec package declaration - thx to @marcosrdz

Podspec fix

05 Jul 08:07
Compare
Choose a tag to compare

thx to @dsznajder

Typing enhancement, Android empty key bug

08 May 08:05
Compare
Choose a tag to compare

#33 Make Haptic Types exportable. Thx to @gwmccull
#32 Fix Empty Key Bug on Android through API changes. Thx to @adkenyon

Bugfix

09 Apr 08:40
5929125
Compare
Choose a tag to compare

Syntax fix. Thx to #29 #31

API Improvements

08 Apr 20:55
50d7025
Compare
Choose a tag to compare

Breaking Changes

  • Second Argument in trigger call is an actual options call. See #28
  • Preparing for V2 to enable real haptic feedback for Android devices

iPhone 6s support

01 Mar 09:19
Compare
Choose a tag to compare

Merge #26 to enable 6s / 6s Plus support
Thanks to @kanzitelli

Small Optimizations

01 Feb 09:21
8f19b9e
Compare
Choose a tag to compare
  • change to new syntax in build.gradle #24
    thanks to @MrLoh

  • Exclude iPhone SE from supported devices #25
    thanks to @fearmear

Podspec cleanup 2

19 Nov 13:05
Compare
Choose a tag to compare

#23 Podspec change
When using Podspec, please change
RNReactNativeHapticFeedback
to
react-native-haptic-feedback

Podspec cleanup

05 Nov 12:53
94eaf19
Compare
Choose a tag to compare

#22 React doesn't need to be in the podspec (depricated) - Thanks to @jfroehlich