React Native with TypeScript

Included in the template:

  • TypeScript support

  • ts-jest support

  • Initializes empty Git repository with hooks from husky

    • postmerge: Will update dependencies based on yarn.lock

    • precommit: Lints, type checks and runs tests on project

Use the Template

react-native init AwesomeTSProject --template typescript-jest --skip-jest

Run as usual!