- [Android] Added new method
performAndroidHapticsAsync()
. TheVibrator
api is no longer recommended. This method avoids it. (#34077 by @alanjhughes)
- Jump directly to source. (#29244 by @EvanBacon)
- Align web implementation exports as native to support DOM components when using
@expo/dom-webview
. (#31662 by @kudo) - Fixed bundling error on Web. (#32183 by @kudo)
This version does not introduce any user-facing changes.
- Introduce
rigid
andsoft
impact types (#28169 by @rodperottoni)
- drop unused web
name
property. (#27437 by @EvanBacon) - Removed deprecated backward compatible Gradle settings. (#28083 by @kudo)
This version does not introduce any user-facing changes.
- Improve Android vibration amplitudes and durations. (#25101 by @alexandrius)
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
Android
bumpcompileSdkVersion
andtargetSdkVersion
to34
. (#24708 by @alanjhughes)
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
- On Android bump
compileSdkVersion
andtargetSdkVersion
to33
. (#20721 by @lukmccall)
- Migrated Android codebase to use the new Expo modules API. (#20016 by @alanhughes)
- Fixed rare crash on iOS when using Feedback Generator's API not on the main thread. (#19819 by @AntonGolikov)
- Use JSI host object instead of the bridge module for communication between JavaScript and native code. (#16972 by @tsapeta)
- On Android bump
compileSdkVersion
to31
,targetSdkVersion
to31
andJava
version to11
. (#16941 by @bbarthec)
- Removed legacy Objective-C implementation and changed the pod name to
ExpoHaptics
. (#15083 by @tsapeta) - Simplified iOS implementation with enums as argument types. (#15129 by @tsapeta)
This version does not introduce any user-facing changes.
- Migrated from
@unimodules/core
toexpo-modules-core
. (by @tsapeta) - Experimental Swift implementation using Sweet API. (by @tsapeta)
- Rewrote from Java to Kotlin. (#13611 by @M1ST4KE)
- Enable kotlin in all modules. (#12716 by @wschurman)
- Dropped deprecated
notification
,impact
,selection
methods. (#11907 by @EvanBacon)
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.