Skip to content

Instantly share code, notes, and snippets.

View alan-delgado's full-sized avatar

Alan Delgado alan-delgado

  • Trade EC
View GitHub Profile
@alan-delgado
alan-delgado / BiometricLogin.md
Last active March 3, 2025 08:15
Biometric Login Implementation

Biometric Login implementation

Biometric login allows you to use FaceID and TouchID (iOS) or the Biometric Prompt (Android) to authenticate the user with a face or fingerprint scan.

This guide is intended for React Native projects using Expo.

Instructions

  1. Install expo LocalAuthentication to be able to authenticate users using biometrics