Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 2.53 KB

README.md

File metadata and controls

45 lines (25 loc) · 2.53 KB

Biometric Authentication for iOS with Expo SDK

Welcome! 👋

This repository provides a comprehensive example of implementing biometric authentication for iOS using Expo SDK 50. This project is based on the original work by 👉🏼 betomoedano.

Changelog

Upgrade core libraries and add Babel presets

Major dependencies, including Expo, React, and React Native, have been updated to their latest versions to ensure compatibility with recent features and optimizations. Additionally, new Babel presets and plugins for class properties, object spread, and environment setup have been introduced to enhance the project's build system and support modern JavaScript syntax and features. These updates may require thorough testing to ensure that the application remains stable and performs as expected.

Get Started

Follow these steps to integrate biometric authentication into your Expo project:

  1. Installation: Clone this repository to your local machine and run yarn install.

  2. Setup: Ensure you have iOS simulator installed.

  3. Running Example: Run yarn start which starts expo and allows you to select a device from the simulator list.

  1. Configuration: Configure your Expo project to enable local authentication and biometrics. Refer to the Expo documentation for detailed instructions.

  2. Implementation: Utilize the provided code examples and guidelines to integrate biometric authentication seamlessly into your iOS app.

Resources

For more detailed insights and explanations, check out these resources:

Refer to the Expo documentation for detailed instructions.

Contributions

Contributions and feedback are welcomed! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.