Files
aliasvault/apps/mobile-app
Leendert de Borst ce331df98a New Crowdin updates (#2303)
* New translations en.json (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations sharedresources.en.resx (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (Hungarian)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations sharedresources.en.resx (German)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (German)

[ci skip]
Update translations from Crowdin [ci skip]

* New translations en.json (German)

[ci skip]
Update translations from Crowdin [ci skip]
2026-08-01 19:01:31 +02:00
..
2026-07-24 21:10:09 +02:00
2026-08-01 19:01:31 +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