13.8.0 • Published 13 days ago

expo-local-authentication v13.8.0

Weekly downloads
21,981
License
MIT
Repository
github
Last release
13 days ago

Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.

API documentation

Installation in managed Expo projects

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npx expo install expo-local-authentication

Configure for iOS

Run npx pod-install after installing the npm package.

Add NSFaceIDUsageDescription to your Info.plist:

<key>NSFaceIDUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to use FaceID</string>

Configure for Android

No additional set up necessary.

This module requires permissions to access the biometric data for authentication purposes. The USE_BIOMETRIC and USE_FINGERPRINT permissions are automatically added.

<!-- Added permissions -->
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

14.0.1

13 days ago

14.0.0

17 days ago

13.7.0

7 months ago

13.8.0

6 months ago

13.6.0

8 months ago

13.5.0

9 months ago

13.4.1

11 months ago

13.3.0

1 year ago

13.4.0

12 months ago

13.2.0

1 year ago

13.2.1

1 year ago

13.0.2

2 years ago

13.0.0

2 years ago

13.1.0

1 year ago

13.0.1

2 years ago

12.3.0

2 years ago

12.2.0

2 years ago

12.1.0

2 years ago

12.1.1

2 years ago

12.0.1

3 years ago

12.0.0

3 years ago

11.1.1

3 years ago

11.1.0

3 years ago

11.0.2

3 years ago

11.0.1

3 years ago

11.0.0

3 years ago

10.0.0

3 years ago

9.5.0

3 years ago

9.4.0

4 years ago

9.3.0

4 years ago

9.2.0

4 years ago

9.1.1

4 years ago

9.1.0

4 years ago

9.0.0

4 years ago

8.0.0

4 years ago

7.0.0

5 years ago

7.0.0-rc.0

5 years ago

6.0.0

5 years ago

6.0.0-rc.1

5 years ago

6.0.0-rc.0

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

5.0.0-rc.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

2.0.0-rc.2

5 years ago

2.0.0-rc.1

5 years ago

2.0.0-rc.0

5 years ago

1.1.0

6 years ago

1.1.0-rc.1

6 years ago

1.1.0-rc.0

6 years ago

1.0.0

6 years ago

1.0.0-rc.1

6 years ago

1.0.0-rc.0

6 years ago