Files
aliasvault/apps/mobile-app
Leendert de Borst efd918fc82 Merge branch 'main' into 1695-feature-request-folders-inside-folder-subfolders
* main:
  Bump addressable in /docs in the bundler group across 1 directory
  Fix iOS app build on Xcode 26.4
  Bump the npm_and_yarn group across 3 directories with 1 update
  Bump vite in /core/vault in the npm_and_yarn group across 1 directory
  Bump lodash
  Bump defu
  Add more auto-lock timeout options to browser extension and mobile app (#1871)
  Bump @xmldom/xmldom
  Bump brace-expansion
  Bump the npm_and_yarn group across 2 directories with 1 update
  New Crowdin updates (#1828)
  Bump the npm_and_yarn group across 3 directories with 2 updates
  Bump the npm_and_yarn group across 6 directories with 1 update
  Bump activesupport in /docs in the bundler group across 1 directory
  fix: guard against undefined credentials.create/get in WebAuthn override (fixes #1854)
2026-04-08 21:19:38 +02:00
..
2026-03-01 15:56:36 +01:00
2025-05-04 12:11:05 +02:00
2025-09-10 22:21:33 +02:00
2026-04-04 20:52:31 +02:00
2026-04-04 20:52:31 +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