Skip to content

OnlyMaxon/ExpoGoSocialApp

Repository files navigation

Welcome to your Expo app 👋

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

Get started

  1. Install dependencies

    pnpm install
  2. Start the app

    pnpm 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.

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.

Continuous Integration (CI)

This project includes a GitHub Actions workflow that runs linting, TypeScript checks, and a web export on every push and pull request.

  • Workflow file: .github/workflows/ci.yml
  • Local equivalent: pnpm run ci

Optional badge (update OWNER/REPO if your repository name differs):

![CI](https://github.com/OWNER/REPO/actions/workflows/ci.yml/badge.svg)

Useful scripts

  • pnpm lint – Run ESLint via Expo config
  • pnpm typecheck – TypeScript project check without emitting
  • pnpm build:web – Export a static web build to dist/
  • pnpm run ci – Lint, type-check, and build web (used by CI)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published