Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 445 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 445 Bytes

React Native TypeScript Config Demo

A demomnstration project to accompany my blog post RE Setting up React Native with TypeScript and including the following features:

  • ESlint (instead of the deprecated TSLint)
  • Prettier (with AirBNB config)
  • Absolute imports (no import x from '../../../wx';)
  • VSCode configuration