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.
- Host: GitHub
- URL: https://github.com/fatihcandev/react-native-template
- Owner: fatihcandev
- License: mit
- Created: 2020-12-06T13:13:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T19:08:50.000Z (over 5 years ago)
- Last Synced: 2025-07-01T11:07:14.115Z (about 1 year ago)
- Topics: eslint, jest, prettier, react, react-native, react-navigation, typescript
- Language: Java
- Homepage: https://www.npmjs.com/package/react-native-project-template
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native 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`