UNPKG

rn-quickstart

Version:

🚀 The ultimate React Native starter CLI — Bootstrap Expo & React Native CLI projects with navigation, Redux, Axios, ESLint, and more in seconds.

33 lines (25 loc) 1.11 kB
# 🚀 RN Quickstart ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) [![npm version](https://img.shields.io/npm/v/rn-quickstart.svg)](https://www.npmjs.com/package/rn-quickstart) [![downloads](https://img.shields.io/npm/dm/rn-quickstart.svg)](https://www.npmjs.com/package/rn-quickstart) **RN Quickstart** is the ultimate **React Native Starter CLI** that lets you bootstrap **Expo** or **React Native CLI** projects in **seconds**. No more repetitive setup — get navigation, Redux, Axios, and linting configured out of the box. --- ## ✨ Features -**Instant project setup** — Expo or React Native CLI - 🎨 **Pre-configured UI** (buttons, inputs, cards, modals, lists) - 🔧 **Essential tools included**: - Redux Toolkit - React Navigation - Axios - ESLint + Prettier - Husky + Commitlint - 📱 **Expo** & **React Native CLI** support - 🌍 Open-source and SEO-friendly for worldwide use --- ## 📦 Installation ```bash # Install globally npm install -g rn-quickstart # OR use with npx (recommended) npx rn-quickstart myApp