Files
Leendert de Borst b2e28dced6 New Crowdin updates (#1443)
* New translations strings.xml (French)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Spanish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Catalan)
Update translations from Crowdin [ci skip]

* New translations strings.xml (German)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Finnish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Hebrew)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Italian)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Dutch)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Polish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Russian)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Swedish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Turkish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Ukrainian)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Chinese Simplified)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Portuguese, Brazilian)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Italian)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Finnish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Spanish)
Update translations from Crowdin [ci skip]

* New translations strings.xml (Dutch)
Update translations from Crowdin [ci skip]
2025-12-31 11:13:58 +01:00
..
2025-12-31 11:13:58 +01:00
2025-12-30 17:59:16 +01:00
2025-12-30 21:22:12 +01:00
2025-11-30 17:49:52 +01:00
2025-11-30 17:49:52 +01: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