Files
aliasvault/apps/mobile-app
dependabot[bot] 13e7f1ddd9 Bump react-server-dom-webpack
Bumps the npm_and_yarn group with 1 update in the /apps/mobile-app directory: [react-server-dom-webpack](https://github.com/facebook/react/tree/HEAD/packages/react-server-dom-webpack).


Updates `react-server-dom-webpack` from 19.0.0 to 19.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.1/packages/react-server-dom-webpack)

---
updated-dependencies:
- dependency-name: react-server-dom-webpack
  dependency-version: 19.0.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-09 18:27:21 +00:00
..
2025-11-30 17:49:52 +01:00
2025-11-28 18:26:11 +01:00
2025-11-30 17:49:52 +01:00
2025-11-30 17:49:52 +01:00
2025-11-30 17:49:52 +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