@ctrl-mota/expo-template
v1.1.3
Published
Template for custom install of an Expo project
Downloads
4
Maintainers
Readme
React Native Expo Template
A simple Expo template with the following features:
- Prettier configured
- React Navigation v5
- Boosted navigator animation for an increased visual performance
- Intermediary project structure
- Small component library to get started with
- LightTheme and DarkTheme pre-configureds
- UseContext with UseReducer to manage global contexts
- Responsive fontsize
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 @ctrl-mota/expo-template
- Run on iOS:
yarn ios
ornpm run ios
- Run on Android:
yarn android
ornpm run android
- Run expo clear on any plataform:
yarn clear
ornpm run clear
- Check Code:
yarn check
ornpm run check
- Format Code:
yarn format
ornpm run format