Skip to content

Commit 8e8013e

Browse files
committed
added links section to readme
1 parent b80fb5d commit 8e8013e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Clean and minimalist React Native template for a quick start with TypeScript.
44

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

77
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.
88

@@ -26,10 +26,10 @@ node setup.js
2626

2727
### What is included in this template?
2828

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)
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)
3333

3434
This template always uses the latest versions of the dependencies at the time when the setup script (`node setup.js`) is being executed. This means you don't have to worry about old versions.
3535

@@ -43,6 +43,10 @@ The React Native CLI supports automatic installation of production dependencies
4343

4444
The React Native CLI will do everything just as without a template and afterwards overwrite the files with the ones from this template. This means you don't have to worry about incompatibility issues with later React Native upgrades.
4545

46+
## :globe_with_meridians: Links
47+
48+
- ["Using React Native with TypeScript just became simple" on Medium](https://medium.com/@emin93/react-native-typescript-b965059109d3)
49+
4650
## :computer: Contributing
4751

4852
Contributions are very welcome. Please try to stay consistent with the other files I've created.

0 commit comments

Comments
 (0)