Minimal Template
This is a React Native project built with Expo and React Native Reusables.
It was initialized using the following command, then the Minimal (Nativewind) template was selected when prompted:
npx @react-native-reusables/cli@latest init
Getting Started
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
This will start the Expo Dev Server. Open the app in:
- iOS: press
ito launch in the iOS simulator (Mac only) - Android: press
ato launch in the Android emulator - Web: press
wto run in a browser
You can also scan the QR code using the Expo Go app on your device. This project fully supports running in Expo Go for quick testing on physical devices.
Adding components
You can add more reusable components using the CLI:
npx react-native-reusables/cli@latest add [...components]
e.g.
npx react-native-reusables/cli@latest add input textarea
If you don't specify any component names, you'll be prompted to select which components to add interactively. Use the --all flag to install all available components at once.
Project Features
- ⚛️ Built with Expo Router
- 🎨 Styled with Tailwind CSS via Nativewind
- 📦 UI powered by React Native Reusables
- 🚀 New Architecture enabled
- 🔥 Edge to Edge enabled
- 📱 Runs on iOS, Android, and Web
Learn More
To dive deeper into the technologies used:
Deploy with EAS
The easiest way to deploy your app is with Expo Application Services (EAS).
If you enjoy using React Native Reusables, please consider giving it a ⭐ on GitHub. Your support means a lot!