Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunolemos/react-native-template-ts
[DEPRECATED] ⚛️ Start a new React Native project with TypeScript, Prettier & TSLint
https://github.com/brunolemos/react-native-template-ts
boilerplate jest prettier react-native template typescript
Last synced: 3 months ago
JSON representation
[DEPRECATED] ⚛️ Start a new React Native project with TypeScript, Prettier & TSLint
- Host: GitHub
- URL: https://github.com/brunolemos/react-native-template-ts
- Owner: brunolemos
- License: mit
- Created: 2018-07-08T22:18:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T21:56:32.000Z (over 6 years ago)
- Last Synced: 2024-11-01T03:32:47.623Z (3 months ago)
- Topics: boilerplate, jest, prettier, react-native, template, typescript
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 39
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Native + TypeScript = 💙
Start a new React Native project with TypeScript, Prettier & TSLint
### Usage
When creating a new React Native project, use the command:
react-native init projectname --template tsThat's it! 🎉 Then, proceed as usual:
- `cd projectname`
- `npm start`### Includes
- [x] TypeScript
- [x] Prettier (with commit hook)
- [x] TSLint
- [x] Jest _(broken on react-native 0.56)_
- [ ] Web support _(soon; waiting for [react-scripts v2](https://github.com/facebook/create-react-app/issues/3815))_### Requirements
- `npm i -g react-native-cli`