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