Michael Freno 5f4d5a52e8 docs: Document current Expo architecture for native migration
- Document technology stack (Expo, TypeScript, Zustand, SQLite)
- Map out all data models and types
- Document service dependencies and architecture
- Create component dependency diagrams
- Document data flow for feed sync and search
- Provide migration checklist with priorities
- Identify pure TypeScript vs native-dependent services

This analysis provides the foundation for migrating business logic
from Expo/TypeScript to native platforms (iOS, Android, Linux).
2026-03-29 11:43:46 -04:00
2026-03-28 23:51:50 -04:00
2026-03-28 10:37:16 -04:00
2026-03-29 09:21:33 -04:00
2026-03-28 10:37:16 -04:00
2026-03-28 23:53:42 -04:00
2026-03-28 23:53:42 -04:00
2026-03-29 09:21:33 -04:00
2026-03-28 10:37:16 -04:00
2026-03-28 10:37:16 -04:00

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

    npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Other setup steps

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

Description
No description provided
Readme 5.7 MiB
Languages
Vala 38.6%
Kotlin 33.9%
Swift 22%
Shell 4.1%
Meson 0.6%
Other 0.8%