{"id":31557077,"url":"https://github.com/rohitsoni007/expo-nativewind","last_synced_at":"2026-04-11T10:36:57.608Z","repository":{"id":317709306,"uuid":"1068494668","full_name":"rohitsoni007/expo-nativewind","owner":"rohitsoni007","description":"expo-nativewind prototype with reactnativereusables","archived":false,"fork":false,"pushed_at":"2025-10-02T15:10:59.000Z","size":716,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T16:14:01.843Z","etag":null,"topics":["expo","nativewind","react-native","reactnativereusables","shadcn","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohitsoni007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T13:23:04.000Z","updated_at":"2025-10-02T15:11:03.000Z","dependencies_parsed_at":"2025-10-02T16:14:54.304Z","dependency_job_id":"e8114465-f735-485e-83dc-b3f8293bae87","html_url":"https://github.com/rohitsoni007/expo-nativewind","commit_stats":null,"previous_names":["rohitsoni007/expo-nativewind"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rohitsoni007/expo-nativewind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitsoni007%2Fexpo-nativewind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitsoni007%2Fexpo-nativewind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitsoni007%2Fexpo-nativewind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitsoni007%2Fexpo-nativewind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitsoni007","download_url":"https://codeload.github.com/rohitsoni007/expo-nativewind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitsoni007%2Fexpo-nativewind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278386651,"owners_count":25978217,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["expo","nativewind","react-native","reactnativereusables","shadcn","shadcn-ui","tailwindcss"],"created_at":"2025-10-04T23:22:14.273Z","updated_at":"2025-12-30T21:19:08.289Z","avatar_url":"https://github.com/rohitsoni007.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo NativeWind Starter - React Native Template 🚀\n\nA premium **React Native Starter Template** built with **Expo Router**, **NativeWind** (Tailwind CSS), and **React Native Reusables**. This template provides a robust, production-ready foundation for building modern, beautiful, and responsive mobile applications with ease.\n\n## 🌟 Features\n\n- **⚡️ Expo Router**: The standard for file-based routing in React Native, making navigation intuitive, deep-linkable, and powerful.\n- **💨 NativeWind (Tailwind CSS)**: Style your components using utility classes, just like on the web. Includes full support for **CSS variables** and **Dark Mode**.\n- **🧩 React Native Reusables**: Pre-configured, accessible UI components based on **shadcn/ui**, including Accordion, Icons, and more.\n- **✨ Animations**: Integrated `tailwindcss-animate` for smooth, utility-first animations.\n- **🌑 Dark Mode Ready**: Class-based dark mode support with CSS variables defined in `global.css`.\n- **🛠️ Developer Experience**: Path aliases (`@/*`), TypeScript support, and `cn` utility for class merging.\n- **📱 Universal**: Build for Android, iOS, and Web from a single codebase.\n\n## 🚀 Getting Started\n\n### 1. Installation\n\n```bash\nnpm install\n```\n\n### 2. Run the Project\n\n```bash\nnpx expo start\n```\n\n- Press `a` for Android (emulator required).\n- Press `i` for iOS (simulator required).\n- Press `w` for Web.\n\n## 🛠️ Tech Stack \u0026 Configuration\n\nThis project comes pre-configured with the best tools in the React Native ecosystem:\n\n- **Framework**: [Expo](https://expo.dev) (SDK 52+)\n- **Routing**: [Expo Router](https://docs.expo.dev/router/introduction)\n- **Styling**: [NativeWind v4](https://www.nativewind.dev/) \u0026 [Tailwind CSS](https://tailwindcss.com/)\n- **UI Library**: [React Native Reusables](https://rnr-docs.vercel.app/) (shadcn/ui for React Native)\n- **Icons**: `lucide-react-native` with `className` support\n- **Utils**: `clsx` and `tailwind-merge` for conditional styling\n\n## 🎨 UI Components\n\nThis template includes a setup for **React Native Reusables** (based on shadcn/ui).\n\n### Example: Accordion\n\n```tsx\nimport {\n  Accordion,\n  AccordionItem,\n  AccordionTrigger,\n  AccordionContent,\n} from \"@/components/ui/accordion\";\n\n\u003cAccordion type=\"single\" collapsible\u003e\n  \u003cAccordionItem value=\"item-1\"\u003e\n    \u003cAccordionTrigger\u003eIs it accessible?\u003c/AccordionTrigger\u003e\n    \u003cAccordionContent\u003e\n      Yes. It adheres to the WAI-ARIA design pattern.\n    \u003c/AccordionContent\u003e\n  \u003c/AccordionItem\u003e\n\u003c/Accordion\u003e;\n```\n\n### Example: Icons\n\n```tsx\nimport { Icon } from \"@/components/ui/icon\";\nimport { ArrowRight } from \"lucide-react-native\";\n\n\u003cIcon as={ArrowRight} className=\"text-foreground\" size={16} /\u003e;\n```\n\n## 📂 Project Structure\n\n- `app/`: File-based routing (Expo Router).\n- `components/ui/`: Reusable UI components (shadcn style).\n- `lib/`: Utilities and theme configurations.\n- `global.css`: Global styles and CSS variables for theming.\n- `tailwind.config.js`: Tailwind configuration with custom colors and animations.\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitsoni007%2Fexpo-nativewind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitsoni007%2Fexpo-nativewind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitsoni007%2Fexpo-nativewind/lists"}