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.
-[Type definitions for React & React Native](https://github.com/DefinitelyTyped/DefinitelyTyped)
32
+
-[TS Jest](https://github.com/kulshekhar/ts-jest)
33
33
34
34
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.
35
35
@@ -43,6 +43,10 @@ The React Native CLI supports automatic installation of production dependencies
43
43
44
44
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.
45
45
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
+
46
50
## :computer: Contributing
47
51
48
52
Contributions are very welcome. Please try to stay consistent with the other files I've created.
0 commit comments