expo-template-redux_toolkit-typescript
v1.0.2
Published
This is a template for redux toolkit for react native with tyescript with eslint integrated
Maintainers
Readme
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 iosornpm run ios - Run on Android:
yarn androidornpm run android - Run on Web:
yarn webornpm run web - Lint Code:
yarn lintornpm run lint
