{"id":26426183,"url":"https://github.com/ecrindigital/expo-starter-auth-nativewind","last_synced_at":"2026-04-05T20:40:52.366Z","repository":{"id":279311958,"uuid":"938402374","full_name":"ecrindigital/expo-starter-auth-nativewind","owner":"ecrindigital","description":"Clean and reliable starter project with Expo React Native, with Authentication and NativeWind ","archived":false,"fork":false,"pushed_at":"2025-03-16T19:17:21.000Z","size":489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-16T20:29:58.890Z","etag":null,"topics":["cleanarchitecture","expo","expo-template","firebase","nativewind","react-native","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecrindigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-24T22:38:48.000Z","updated_at":"2025-03-16T19:17:24.000Z","dependencies_parsed_at":"2025-02-24T23:40:14.456Z","dependency_job_id":null,"html_url":"https://github.com/ecrindigital/expo-starter-auth-nativewind","commit_stats":null,"previous_names":["ecrindigital/expo-starter-auth-nativewind"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrindigital%2Fexpo-starter-auth-nativewind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrindigital%2Fexpo-starter-auth-nativewind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrindigital%2Fexpo-starter-auth-nativewind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrindigital%2Fexpo-starter-auth-nativewind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecrindigital","download_url":"https://codeload.github.com/ecrindigital/expo-starter-auth-nativewind/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244147793,"owners_count":20406054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cleanarchitecture","expo","expo-template","firebase","nativewind","react-native","tailwindcss"],"created_at":"2025-03-18T03:22:43.027Z","updated_at":"2025-12-31T00:16:21.466Z","avatar_url":"https://github.com/ecrindigital.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📱 Expo Starter Auth NativeWind\n\nA modern, type-safe starter template for building cross-platform mobile applications with Expo, featuring authentication and clean architecture principles.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.expo.dev/\"\u003e\n    \u003cimg alt=\"Supports Expo iOS\" longdesc=\"Supports Expo iOS\" src=\"https://img.shields.io/badge/iOS-4630EB.svg?style=flat-square\u0026logo=APPLE\u0026labelColor=999999\u0026logoColor=fff\" /\u003e\n    \u003cimg alt=\"Supports Expo Android\" longdesc=\"Supports Expo Android\" src=\"https://img.shields.io/badge/Android-4630EB.svg?style=flat-square\u0026logo=ANDROID\u0026labelColor=A4C639\u0026logoColor=fff\" /\u003e\n    \u003cimg alt=\"Supports Expo Web\" longdesc=\"Supports Expo Web\" src=\"https://img.shields.io/badge/web-4630EB.svg?style=flat-square\u0026logo=GOOGLE-CHROME\u0026labelColor=4285F4\u0026logoColor=fff\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 📚 Stack\n\n- [**Expo**](https://docs.expo.dev/) - Universal React platform\n- [**Expo Router**](https://docs.expo.dev/router/introduction/) - File-based routing system\n- [**NativeWind**](https://www.nativewind.dev/) - Tailwind CSS for React Native\n- [**TypeScript**](https://www.typescriptlang.org/) - Type safety\n- [**Clean Architecture**](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) - Scalable and maintainable project structure\n\n## ✨ Features\n\n- 🔐 **Authentication Ready** - Secure authentication flow with proper state management\n- 🎨 **Modern UI** - Beautiful, responsive UI with NativeWind (Tailwind CSS)\n- 📱 **Cross Platform** - Works seamlessly on iOS, Android, and Web\n- 🏗️ **Clean Architecture** - Domain-driven design with clear separation of concerns\n- 📁 **File-based Routing** - Intuitive routing with Expo Router\n- 💪 **Type Safety** - Full TypeScript support\n- 🔄 **State Management** - Efficient and predictable state handling\n- 🧪 **Testing Setup** - Ready for implementing your test suite\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/en/) (v18+ recommended)\n- [Expo CLI](https://docs.expo.dev/workflow/expo-cli/)\n- iOS/Android Simulator or physical device\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/ecrindigital/expo-starter-auth-nativewind.git\n\n# Navigate to the project directory\ncd expo-starter-auth-nativewind\n\n# Install dependencies\nnpm install\n# or\nyarn install\n\n# Start the development server\nnpm start\n# or\nyarn start\n```\n\n## 📁 Project Structure\n\nWIP\n\n## 🛠️ Development\n\n### Environment Variables\n\nWIP\n\n### Running on Different Platforms\n\n```bash\n# iOS\nnpm run ios\n# or\nyarn ios\n\n# Android\nnpm run android\n# or\nyarn android\n\n# Web\nnpm run web\n# or\nyarn web\n```\n\n## 📝 Notes\n\n- This template follows Clean Architecture principles for better scalability and maintainability\n- Authentication flow is implemented using industry best practices\n- NativeWind v4 is configured for styling with Tailwind CSS\n- The project structure is optimized for large-scale applications\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrindigital%2Fexpo-starter-auth-nativewind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecrindigital%2Fexpo-starter-auth-nativewind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrindigital%2Fexpo-starter-auth-nativewind/lists"}