mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-17 22:27:48 -04:00
Bumps the npm_and_yarn group with 2 updates in the /apps/mobile-app directory: [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0) Updates `compression` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/compression/compare/1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: compression dependency-version: 1.8.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