2022.10.10 • Published 2 years ago

@vladimir-vovk/expo-bare-typescript v2022.10.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 expo init --template @vladimir-vovk/expo-bare-typescript.
  3. Change directory to your project's folder with cd <your-project-name>.
  4. Run Metro Bundler with yarn start.
  5. Build and run the project with yarn ios or yarn android.

Happy hacking! 🤓

Features

Available commands

  • yarn 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.