An open API service indexing awesome lists of open source software.

https://github.com/fatihcandev/react-native-template

A React Native project template that has Typescript, linting, formatting, navigation dependencies and folder structure.
https://github.com/fatihcandev/react-native-template

eslint jest prettier react react-native react-navigation typescript

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# React Native Template

![npm](https://img.shields.io/npm/v/react-native-project-template) ![NPM](https://img.shields.io/npm/l/react-native-project-template) ![npm](https://img.shields.io/npm/dw/react-native-project-template)

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](https://github.com/atolye15/crna-recipe)

## Usage

Run the following command to initialize a project.

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