devminds
v0.6.9
Published
Your go-to React Native CLI template packed with **amazing tools** for building robust apps quickly!
Maintainers
Readme
🎉 React Native Starter Template 🚀
Your go-to React Native CLI template packed with amazing tools for building robust apps quickly! 🎨
This template includes:
- 🌀 React Navigation for powerful navigation
- 💅 Tailwind CSS via NativeWind for responsive styling
- ⚡ Reanimated for smooth animations
- 🎨 React Native Vector Icons for beautiful icons
- 🚀 A solid foundation with pre-configured libraries to jumpstart your next project
🔥 Features
- React Navigation: Seamlessly handle navigation like a pro.
- NativeWind (Tailwind CSS): Write utility-first styles with ease.
- Reanimated: Create buttery-smooth animations effortlessly.
- Vector Icons: Access a variety of icons to enhance your UI.
- Fully Configured Setup: No hassle, just start coding!
- Scalable Structure: Organized folder layout to grow with your app.
🚀 Get Started
1️⃣ Initialize a New Project:
npx @react-native-community/cli init MyAwesomeApp --template devminds2️⃣ Navigate to Your App Directory:
cd MyAwesomeAppChange Schema in IOS to your project:
npx rename devmindsthen clean the IOS project
3️⃣ Start the App:
For iOS:
npx react-native run-iosFor Android:
npx react-native run-android📦 What's Inside?
- React Navigation for file-based navigation
- NativeWind for styling with Tailwind CSS classes
- Reanimated for advanced gesture-based animations
- Pre-installed utilities like Axios and React Query (optional)
- Clean and modular folder structure:
├── src/ │ ├── navigation/ # App navigation setup │ ├── screens/ # App screens │ ├── components/ # Reusable components │ ├── hooks/ # Custom hooks │ └── utils/ # Helper functions └── ...
🛠 Prerequisites
Make sure you have the following installed:
🤝 Contributing
Contributions are always welcome! Whether it's improving the code, adding features, or fixing bugs—feel free to open a pull request.
❤️ Support
If this template makes your life easier, consider giving it a ⭐ on GitHub or supporting my work on GitHub Sponsors!
