Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 640 Bytes

Security App

This is a mobile application developed using Expo for React Native. It provides security features such as biometric authentication and a passcode screen.

See YouTube

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/apicgg/SecurityApp
  2. Install dependencies:

    npm install
  3. Expo prebuild

    npx expo prebuild
  4. Run the app

    npx expo run:ios

    or

    npx expo run:android