Included in the template:
-
TypeScript support
-
ts-jest support
-
Initializes empty Git repository with hooks from husky
-
postmerge
: Will update dependencies based onyarn.lock
-
precommit
: Lints, type checks and runs tests on project
-
react-native init AwesomeTSProject --template typescript --skip-jest
Run as usual!