Skip to content

polijrorg/Zanella-Front

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 Managed TypeScript


Using Expo 46.

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

Quick start

  1. Install Expo CLI with npm install --location=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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •