Skip to content

Commit 8d885ab

Browse files
authored
Simplified README.md
1 parent b937346 commit 8d885ab

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ Clean and minimalist React Native template for a quick start with TypeScript.
44

55
[![Header](https://cdn-images-1.medium.com/max/500/1*E9RnPOATuhjuNrlFkv5oSg.jpeg)](https://medium.com/@emin93/react-native-typescript-b965059109d3)
66

7-
This template can be used with the React Native CLI, which means it doesn't mess with the platform specific files. Instead of including a lot of dependencies, my aim when creating this template was to provide a very easy and minimalist way to start your React Native project with TypeScript. Of course you can always include other dependencies as you need them.
8-
97
## :star: Features
108

11-
- Seamless integration with the React Native CLI! :sparkles:
12-
- Consistent with the default React Native template (no additional stuff)
13-
- React Native TypeScript transformer directly integrated into the packager (no separate process for `tsc`)
14-
- Unit testing in TypeScript with TS Jest
15-
- Always latest dependencies :raised_hands:
9+
- Seamless integration with the React Native CLI! :sparkles:
10+
- Consistent with the default React Native template
11+
- React Native TypeScript Transformer included
12+
- Unit testing in TypeScript with TS Jest
13+
- Always latest dependencies :raised_hands:
1614

1715
## :arrow_forward: Quick Start
1816

@@ -24,12 +22,12 @@ node setup.js
2422

2523
## :question: FAQ
2624

27-
### What is included in this template?
25+
### What's included in this template?
2826

29-
- [TypeScript](https://github.com/Microsoft/TypeScript)
30-
- [React Native TypeScript transformer](https://github.com/ds300/react-native-typescript-transformer)
31-
- [Type definitions for React & React Native](https://github.com/DefinitelyTyped/DefinitelyTyped)
32-
- [TS Jest](https://github.com/kulshekhar/ts-jest)
27+
- [TypeScript](https://github.com/Microsoft/TypeScript)
28+
- [React Native TypeScript Transformer](https://github.com/ds300/react-native-typescript-transformer)
29+
- [Type definitions for React & React Native](https://github.com/DefinitelyTyped/DefinitelyTyped)
30+
- [TS Jest](https://github.com/kulshekhar/ts-jest)
3331

3432
This template always uses the latest versions of the dependencies at the time when the `react-native init` command is being executed. This means you don't have to worry about old versions.
3533

@@ -47,8 +45,8 @@ Yes it does.
4745

4846
## :globe_with_meridians: Links
4947

50-
- ["Using React Native with TypeScript just became simple" on Medium](https://medium.com/@emin93/react-native-typescript-b965059109d3)
51-
- ["24 tips for React Native you probably want to know" on Albert Gao's blog](http://albertgao.xyz/2018/05/30/24-tips-for-react-native-you-probably-want-to-know/#9-For-Typescript)
48+
- ["Using React Native with TypeScript just became simple" on Medium](https://medium.com/@emin93/react-native-typescript-b965059109d3)
49+
- ["24 tips for React Native you probably want to know" on Albert Gao's blog](http://albertgao.xyz/2018/05/30/24-tips-for-react-native-you-probably-want-to-know/#9-For-Typescript)
5250

5351
## :computer: Contributing
5452

0 commit comments

Comments
 (0)