Files
aliasvault/docs/misc/dev/mobile-app-development.md
2025-04-08 13:44:44 +02:00

23 lines
244 B
Markdown

---
layout: default
title: Mobile App Development
parent: Development
grand_parent: Miscellaneous
nav_order: 9
---
# React Native Expo
## MacOS:
Install watchman
```
brew install watchman
```
Run iOS on Simulator:
```
npx expo run:ios
```