1.0.2 • Published 3 years ago

expo-template-redux_toolkit-typescript v1.0.2

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

React Native Expo template

A simple Expo template with the following features:

  • Eslint & Prettier configured
  • Simple project structure
  • Small component library to get started with
  • Redux Toolkit and typescript configured

It's easy to create a project, strip out the few components included, and still have the architecture in place to quickly start building an app.

Usage

Be sure to have the Expo CLI installed.

expo init --template expo-template-redux_toolkit-typescript
  • Run on iOS: yarn ios or npm run ios
  • Run on Android: yarn android or npm run android
  • Run on Web: yarn web or npm run web
  • Lint Code: yarn lint or npm run lint