- drop unused web
name
property. (#27437 by @EvanBacon)
expo-face-detector
is now deprecated. We recommed using react-native-vision-camera instead. (#26026 by @alanjhughes)
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
Android
bumpcompileSdkVersion
andtargetSdkVersion
to34
. (#24708 by @alanjhughes)
- Migrated codebase to use Expo Modules API. (#24994 by @lukmccall)
- Renamed
unimodule.json
toexpo-module.config.json
. (#25100 by @reichhartd)
This version does not introduce any user-facing changes.
- Removed face detector from Expo Go on iOS. (https://expo.fyi/face-detector-removed). (#22619 by @aleqsio)
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)
This version does not introduce any user-facing changes.
- Fix inverted values of
FaceDetectorLandmarks
andFaceDetectorClassifications
enums. (#16114 by @Simek)
- On iOS bumped
GoogleMLKit/[email protected] ➡️ 2.6.0
,[email protected] ➡️ 1.5.0
,[email protected] ➡️ 5.0.0
and[email protected] ➡️ 3.0.0
. (#17002 by @bbarthec) - On Android bumped
androidx.exifinterface:exifinterface:1.0.0 ➡️ 1.3.3
. (#17002 by @bbarthec) - On Android migrated from
com.google.firebase:firebase-ml-vision:24.0.1
andcom.google.firebase:firebase-ml-vision-face-model:19.0.0
tocom.google.mlkit:face-detection:16.1.5
. (#17002 by @bbarthec) - On Android bump
compileSdkVersion
to31
,targetSdkVersion
to31
andJava
version to11
. (#16941 by @bbarthec)
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
- Rewritten module to Kotlin. (#14943 by @mstach60161)
This version does not introduce any user-facing changes.
- Replace exported
FaceDetector.Constants.*
with String Enums (FaceDetector.FaceDetectorMode
,FaceDetector.FaceDetectorLandmarks
andFaceDetector.FaceDetectorClassifications
). (#14179 by @Simek) - Dropped support for iOS 11.0 (#14383 by @cruzach)
- Migrated from
@unimodules/core
toexpo-modules-core
. (#13757 by @tsapeta) - Extract
detectFacesAsync
options as separate type namedDetectionOptions
. (#14179 by @Simek) - Add missing
minDetectionInterval
andtracking
parameters to theDetectionOptions
type. (#14179 by @Simek)
- Enable kotlin in all modules. (#12716 by @wschurman)
- Migrated from
unimodules-face-detector-interface
andunimodules-file-system-interface
toexpo-modules-core
. (#12936 by @tsapeta) - Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)
This version does not introduce any user-facing changes.
- Migrated from
Firebase/MLVision
native library toGoogleMLKit/[email protected]
on iOS. (#12125 by @bbarthec)
- 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.
- The package is now shipped with prebuilt binaries on iOS. You can read more about it on expo.fyi/prebuilt-modules. (#11224 by @tsapeta)
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.
- Added support for overriding the iOS Firebase SDK version in the bare workflow. (#7141 by @IjzerenHein)