mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-29 03:53:39 -04:00
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>
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