Skip to content

Commit 6052e12

Browse files
authored
Update README.md
1 parent 5c7ed69 commit 6052e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ react-native init MyApp --template typescript
2020

2121
### Why this template when React Native 0.57+ supports TypeScript out of the box?
2222

23-
First of all, I started this template before React Native 0.57 came out. After React Native 0.57 was announced, I planned to stop maintaining this template. But I realized to properly set up a new React Native 0.57+ project, you still have to do manual work (add type definitions for React & React Naitve, create a `.tsconfig` for type checking, etc.). And that's where this template comes in and does that work for you :blush:.
23+
First of all, I started this template before React Native 0.57 came out. After React Native 0.57 was announced, I planned to stop maintaining this template. But I realized to properly set up a new React Native 0.57+ project, you still have to do manual work (add type definitions for React & React Naitve, create a `.tsconfig` for type checking, etc.). And that's where this template comes in and does that work for you. :raised_hands:
2424

25-
### What's included in this template?
25+
### What additional dependencies are included in this template?
2626

2727
- [TypeScript](https://github.com/Microsoft/TypeScript)
2828
- [Type definitions for React & React Native](https://github.com/DefinitelyTyped/DefinitelyTyped)

0 commit comments

Comments
 (0)