Files
aliasvault/apps/mobile-app
dependabot[bot] 6003cf1fb5 Bump brace-expansion
Bumps the npm_and_yarn group with 1 update in the /apps/mobile-app directory: [brace-expansion](https://github.com/juliangruber/brace-expansion).


Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-29 12:20:33 +02:00
..
2026-03-29 12:20:33 +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