Skip to content

Releases: mkuczera/react-native-haptic-feedback

Breaking Android Package naming

25 Oct 10:26
545ab20
Compare
Choose a tag to compare

#21 Rename from the default package name of react-native libraries @mriddle

Please update your import statements for Android

 import android.support.multidex.MultiDexApplication;
 import com.facebook.react.ReactApplication;
-import com.reactlibrary.RNReactNativeHapticFeedbackPackage;
+import com.mkuczera.RNReactNativeHapticFeedbackPackage;
 import au.com.up.contactpicker.RNContactPickerPackage;
 import io.invertase.firebase.RNFirebasePackage;
 import io.invertase.firebase.messaging.RNFirebaseMessagingPackage;

iOS crash fix

26 May 19:52
Compare
Choose a tag to compare

Fix Boolean to BOOL RCT_CONVERT

iOS Fallback

26 May 13:20
Compare
Choose a tag to compare
  • Set proper Fallback handling as optional argument to trigger iOS Vibrate if haptic feedback is not available

Resolves #9

1.1.0

12 Mar 13:26
b8c2773
Compare
Choose a tag to compare

Adapt iOS Vibration pattern to Android

Thanks to:
@kasajei

Correct Podspec files

16 Jan 15:42
Compare
Choose a tag to compare

@tomas-paronai

Stable Version

08 Jan 08:26
3525bee
Compare
Choose a tag to compare
Merge pull request #2 from mkuczera/develop

Stable

Dev ready

07 Jan 14:21
857d967
Compare
Choose a tag to compare
Merge pull request #1 from mkuczera/develop

Develop

Init

06 Jan 11:04
Compare
Choose a tag to compare
Init Pre-release
Pre-release
0.0.1

set proper versioning