Skip to content

timbencker/expo-app-starter

Repository files navigation

React-Native / Expo App Starter 👋

This project is built with Expo using create-expo-app.

It is based on the Expo default app and includes a minimal, commonly recommended tooling:

  • TypeScript (strict mode)
  • Jest
  • ESLint and Prettier
  • Husky
  • Basic CI
  • npm scripts for lint, format, prepare, check, typecheck, and check:expo

Everything is pre-configured following Expo guidelines, so you can start building immediately.

Use this template

Click Use this template on GitHub to create a new repository from this starter.

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:

You can start developing by editing 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 moves the starter code to the app-example directory and creates a blank app directory.

Set your app_name, slug, and bundle identifiers in app.config.ts.

Learn more

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

License

This project is licensed under the MIT License.

It is based on the Expo project (MIT licensed). Some dependencies used by Expo and this starter are licensed differenttly (e.g. the BSD license). See individual packages for details.

About

Extends the React-Native - Expo default app with a minimal, opinionated setup of recommended tools for type safety, testing, code quality, and automation. All tools are preconfigured following Expo guidelines.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors