Skip to content

polijrorg/novo-template-expo

 
 

Repository files navigation

Template to quickly start a new React native project with typescript. Comes with most common packages and a default folder structure.

Expo Bare TypeScript


Using Expo 46.

Please read Starting React Native Project in 2022 article for details.

Quick start

  1. Install Expo CLI with npm install --global expo-cli or yarn global add expo-cli.
  2. Create new React Native project with this template.
  3. Change directory to your project's folder with cd <your-project-name>.
  4. Run Metro Bundler with expo start.
  5. Build and run the project with yarn ios or yarn android.

Good Luck!!

Features

Available commands

  • expo start - start Metro Bundler.
  • yarn ios - build and run iOS.
  • yarn android - build and run Android.
  • yarn web - run on web.
  • yarn lint - check code for errors.
  • yarn release - generate a changelog, bump the version of app and create a new tag.

About

Updated expo template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 43.5%
  • C++ 17.5%
  • Objective-C++ 16.4%
  • TypeScript 6.2%
  • Starlark 4.8%
  • Ruby 4.1%
  • Other 7.5%