stevenpersia / start-expo

Minimal starter kit for Expo.io project (React Native).

Home Page:https://expo.io/@stevenpersia/start-expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Expo

Minimal starter kit for Expo.io project (React Native). No unnecessary packages installed, only the essentials.

  • Blank project.
  • TypeScript.
  • Eslint.
  • Babel.
  • Prettier.
  • Airbnb code linting.
  • React Native for web.
  • React navigation.

I will do more starter like this one. If you have any suggestions, feel free to open an issue.


Installation

Before all, be sure to have Explo CLI installed on your computer and Eslint / Prettier installed into your IDE.

Clone this repository :

git clone https://github.com/stevenpersia/start-expo.git
cd start-expo

Install packages :

yarn

Start your project :

yarn start

Did this starter kit save you time ?

If my work helps you, give me back with a star. This means a lot to me and keeps me going!

About

Minimal starter kit for Expo.io project (React Native).

https://expo.io/@stevenpersia/start-expo


Languages

Language:TypeScript 78.9%Language:JavaScript 21.1%