Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ts

That'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`