expo-passkey
Version:
Passkey authentication for Expo apps with Better Auth integration
13 lines (9 loc) • 413 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Permissions needed for biometrics -->
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<application>
<!-- No specific activities or services needed -->
</application>
</manifest>