## Fressh Mobile (Expo) This is the Fressh mobile app built with Expo. It provides a clean SSH client experience. packages: - `@fressh/react-native-uniffi-russh` - `@fressh/react-native-xtermjs-webview` ### Setup ```bash pnpm install pnpm exec expo start ``` Open using Expo Go, an emulator, or a simulator. For a high-level feature overview, see the root [`README.md`](../../README.md). ### Development notes - Edit files under `app/` (file-based routing) - Ensure Android/iOS tooling is installed for native builds ### Links - Main README: [`../../README.md`](../../README.md) - Changelog: [`./CHANGELOG.md`](./CHANGELOG.md)