react-native-template-ts
v0.0.11
Published
Start new React Native projects with TypeScript, Prettier & TSLint
Downloads
30
Maintainers
Readme
Usage
When creating a new React Native project, use the command:
That's it! 🎉 Then, proceed as usual:
cd projectnamenpm start
Includes
- [x] TypeScript
- [x] Prettier (with commit hook)
- [x] TSLint
- [x] Jest (broken on react-native 0.56)
- [ ] Web support
Requirements
npm i -g react-native-cli
