mrnickel / ReactNativeTypeScriptConfigDemo

A demonstration on how to create a React Native project using TypeScript, ESLint, Prettier and absolute import paths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A demonstration on how to create a React Native project using TypeScript, ESLint, Prettier and absolute import paths


Languages

Language:Objective-C 36.1%Language:JavaScript 23.4%Language:Python 18.1%Language:Java 12.4%Language:TypeScript 10.0%