1.0.5 • Published 7 years ago

react-native-template-typescript-jest v1.0.5

Weekly downloads
21
License
-
Repository
-
Last release
7 years ago

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!