Files
aliasvault/apps/mobile-app
Leendert de Borst 02eae4c04f Merge branch 'main' of https://github.com/aliasvault/aliasvault
* 'main' of https://github.com/aliasvault/aliasvault:
  Update Android credential provider label (#1332)
  Add Android build script (#1332)
  Bump app build number for unlock screen animation fix (#1332)
  Update unlock loading animation position (#1332)
  Update GitHub workflow Android gradlew memory (#1332)
  Update build-and-submit scripts (#1332)
  Add iOS fastlane CLI build and submit script (#1332)
  Bump version to 0.24.0 stable (#1332)
  New Crowdin updates (#1323)
2025-11-06 12:26:39 +01:00
..
2025-11-03 22:13:49 +01:00
2025-11-05 22:34:27 +01:00
2025-05-04 12:11:05 +02:00
2025-09-10 22:21:33 +02:00
2025-06-27 10:51:07 +02:00

Mobile App

This folder contains the source code for the mobile app for AliasVault.

The mobile app is built using React Native and Expo:

  • React Native is a framework for building native apps using React.
  • Expo is a platform for React Native that provides tools and services.

To build and run the mobile app, run the following commands in this directory:

Install dependencies

npm install

Start the development server

npx expo start

This will open the Expo development tools where you can run the app on:

  • iOS Simulator
  • Android Emulator
  • Physical device using Expo Go app