Skip to content

Commit 23ea76f

Browse files
[MOO-2020] Upgrade react-native-biometrics
1 parent 0c6d258 commit 23ea76f

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- We have added a USE_BIOMETRIC permission in Android.
10+
911
## Fixes
1012

1113
- We have upgraded `@mendix/native` to version 9.0.1

android/app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
-keep class androidx.biometric.** { *; }
19+
-keep class com.sbaiahmed1.reactnativebiometrics.** { *; }

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<uses-permission android:name="android.permission.CAMERA" />
1313
<uses-permission android:name="android.permission.RECORD_AUDIO" />
1414
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
15+
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
1516
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
1617
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" />
1718
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

0 commit comments

Comments
 (0)