Clean and minimalist React Native template for a quick start with TypeScript.
- Elegant usage directly within the React Native CLI
- Consistent with the default React Native template
- Minimal additional dependencies
npx react-native init MyApp --template react-native-template-typescript
You may need to remove the globally installed react-native-cli (
npm uninstall -g react-native-cli
), for the above command to work. The global react-native-cli is deprecated, and no longer supported.
Contributions are very welcome. Please check out the contributing document.
This project is MIT licensed.