1.1.0 • Published 4 years ago
@react-native-school/expo-typescript-template v1.1.0
React Native School TypeScript Expo Template
A simple Expo template with the following features:
- All TypeScript
- 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-typescript-template- Run on iOS: yarn iosornpm run ios
- Run on Android: yarn androidornpm run android
- Run on Web: yarn webornpm run web
- Compile TypeScript: yarn tsc
- Run Tests: yarn testornpm run test
- Lint Code: yarn lintornpm run lint
- Format Code: yarn formatornpm run format
Screenshots
List Screen

Text Screen

Form Screen

Button Screen
