Clean and minimalist React Native template for a quick start with TypeScript.
npm install react-native-template-luizcorreia
This project aims to create a template that can be used when creating projects using React Native, since the process of installing and configuring libs at the beginning of a project can generate some complexity and often even errors that delay the process , thus hindering the development flow.
> 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
- Eslint and prettier pre configured
``sh``
npx react-native init MyApp --template react-native-template-luizcorreia
Contributions are very welcome.
This project is MIT licensed.