@react-native-school/expo-template
v1.1.0
Published
A simple Expo template with navigation, testing, and linting setup.
Downloads
32
Maintainers
Readme
React Native School Expo Template
A simple Expo template with the following features:
- Eslint & Prettier configured
- React Navigation v6
- Testing Configured
- Simple project structure
- Small component library to get started with
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 @react-native-school/expo-template
- Run on iOS:
yarn ios
ornpm run ios
- Run on Android:
yarn android
ornpm run android
- Run on Web:
yarn web
ornpm run web
- Run Tests:
yarn test
ornpm run test
- Lint Code:
yarn lint
ornpm run lint
- Format Code:
yarn format
ornpm run format
Screenshots
List Screen
Text Screen
Form Screen
Button Screen