# React Native Template

A custom React Native CLI template with modern tooling and clean architecture.

## Preview

<p align="center">
  <img src="./react-native.gif" alt="Template Preview" width="300" />
</p>

## Usage

```sh
bunx @react-native-community/cli init MyApp --template rn-tem
#or
git clone https://github.com/aashishpanchal/react-native-template
# then
bunx @react-native-community/cli init MyApp --template file:///path/to/react-native-template
```

## What's Included

- **React Native** 0.85 (New Architecture)
- **TypeScript** with path aliases (`#/`, `#assets/`, `#types/`)
- **ESLint** 9 flat config
- **Prettier** pre-configured
- **Bun** as package manager
- **Taskfile** for grouped task automation
- **Roboto** font family pre-linked
- **Module resolver** for clean imports
- **Dark/Light mode** support out of the box
- **Modern project structure** (`src/consts/`, `src/widgets/`)

## Author

**Aashish Panchal** - [aipanchal51@gmail.com](mailto:aipanchal51@gmail.com)
