@vladimir-vovk/expo-bare-typescript

2022.10.10 • Public • Published

An opinionated template that will allow you to start a new React Native project quickly with TypeScript, Prettier, ESLint, and some custom configurations that will make development process better. 💖

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

/@vladimir-vovk/expo-bare-typescript/

    Package Sidebar

    Install

    npm i @vladimir-vovk/expo-bare-typescript

    Weekly Downloads

    0

    Version

    2022.10.10

    License

    MIT

    Unpacked Size

    282 kB

    Total Files

    82

    Last publish

    Collaborators

    • vladimir-vovk