You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
9
7
## :star: Features
10
8
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
-[Type definitions for React & React Native](https://github.com/DefinitelyTyped/DefinitelyTyped)
30
+
-[TS Jest](https://github.com/kulshekhar/ts-jest)
33
31
34
32
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.
35
33
@@ -47,8 +45,8 @@ Yes it does.
47
45
48
46
## :globe_with_meridians: Links
49
47
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)
0 commit comments