Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 667 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 667 Bytes

React Native Template

npm NPM npm

A React Native project template that has Typescript, linting, formatting, navigation dependencies and folder structure.

  • TypeScript and custom path aliases
  • React Navigation
  • SVGR
  • Prettier
  • ESLint

Created with the help of React Native App Creation Recipe

Usage

Run the following command to initialize a project.

npx react-native init MyApp --template react-native-project-template