1.0.2 • Published 4 years ago

@zaprogrammer/react-native-template-typescript-tdd v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-native typescript TDD template

This template is a react-native boilerplate project template to start with for new projects.

Features

  • Typescript ready: This template based on the typescript template here
  • React Navigation ready: Includes react navigation with basic working functionality out-of-the-box to work with.
  • TDD ready: Includes setup for Jest, Enzyme, Detox for component and e2e testing.
  • Lint ready: ESlint.

Installation

In the desired folder where you want to create the project, open command line and type:

react-native init {PROJECT_NAME} --template https://github.com/zaprogrammer/react-native-template-typescript-tdd.git

Official documentation for creating custom project templates can be found here.