mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-21 16:13:27 -04:00
23 lines
244 B
Markdown
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
|
|
```
|