{"id":27326539,"url":"https://github.com/keyyard/expo-nativewind-template","last_synced_at":"2026-04-09T07:05:36.603Z","repository":{"id":287516800,"uuid":"964989915","full_name":"Keyyard/expo-nativewind-template","owner":"Keyyard","description":"This repository serves as a template for setting up an Expo project (SDK 50+) with NativeWind for styling. NativeWind is a library that brings Tailwind CSS to React Native, enabling utility-first styling in your mobile applications.","archived":false,"fork":false,"pushed_at":"2025-04-12T07:03:03.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T08:22:07.436Z","etag":null,"topics":["expo","nativewind","react","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/Keyyard.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,"zenodo":null}},"created_at":"2025-04-12T07:01:46.000Z","updated_at":"2025-04-12T07:03:07.000Z","dependencies_parsed_at":"2025-04-12T08:22:09.317Z","dependency_job_id":"356915f1-1296-498a-9b43-d5fdcc810a4d","html_url":"https://github.com/Keyyard/expo-nativewind-template","commit_stats":null,"previous_names":["keyyard/expo-nativewind-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyyard%2Fexpo-nativewind-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyyard%2Fexpo-nativewind-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyyard%2Fexpo-nativewind-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keyyard%2Fexpo-nativewind-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Keyyard","download_url":"https://codeload.github.com/Keyyard/expo-nativewind-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248563937,"owners_count":21125382,"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":["expo","nativewind","react","react-native","tailwindcss"],"created_at":"2025-04-12T11:42:55.397Z","updated_at":"2025-12-30T23:05:08.383Z","avatar_url":"https://github.com/Keyyard.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo NativeWind Template\n\nThis repository serves as a template for setting up an Expo project (SDK 50+) with NativeWind for styling. NativeWind is a library that brings Tailwind CSS to React Native, enabling utility-first styling in your mobile applications.\n\n## Features\n\n- **Expo SDK 50+**: Leverage the latest features of Expo.\n- **NativeWind**: Use Tailwind CSS classes for styling in React Native.\n- **Prettier Plugin for Tailwind CSS**: Automatically sort Tailwind classes for better readability.\n- **TypeScript**: Strongly typed code for better developer experience.\n\n## Prerequisites\n\n- Node.js (v16 or later)\n- npm or yarn\n- Expo CLI\n\n## Getting Started\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/your-username/expo-nativewind-template.git\n   cd expo-nativewind-template\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm start\n   # or\n   yarn start\n   ```\n\n4. Open the app on your device or emulator:\n   - For Android: Press `a`\n   - For iOS: Press `i`\n   - For Web: Press `w`\n\n## Project Structure\n\n```\nexpo-nativewind-template/\n├── assets/                # Static assets like images\n├── components/            # Reusable React components\n├── App.tsx                # Entry point of the application\n├── global.css             # Tailwind CSS configuration\n├── tailwind.config.js     # Tailwind CSS setup\n├── metro.config.js        # Metro bundler configuration for NativeWind\n├── tsconfig.json          # TypeScript configuration\n├── package.json           # Project dependencies and scripts\n└── README.md              # Project documentation\n```\n\n## Configuration\n\n### Tailwind CSS\nThe `tailwind.config.js` file is pre-configured to work with NativeWind. You can extend the theme or add custom utilities as needed.\n\n### Metro Bundler\nThe `metro.config.js` file is set up to include the `global.css` file for Tailwind CSS.\n\n### Prettier\nThe `prettier.config.js` file includes the Tailwind CSS plugin to automatically sort classes.\n\n## Adding New Components\n\n1. Create a new file in the `components/` directory.\n2. Use Tailwind CSS classes in the `className` attribute for styling.\n\nExample:\n```tsx\nimport { View, Text } from 'react-native';\n\nexport const MyComponent = () =\u003e {\n  return (\n    \u003cView className=\"p-4 bg-blue-500\"\u003e\n      \u003cText className=\"text-white\"\u003eHello, NativeWind!\u003c/Text\u003e\n    \u003c/View\u003e\n  );\n};\n```\n\n## References\n\n- [NativeWind Documentation](https://github.com/nativewind/nativewind)\n- [Expo Documentation](https://docs.expo.dev/)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n\n## License\n'\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyyard%2Fexpo-nativewind-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyyard%2Fexpo-nativewind-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyyard%2Fexpo-nativewind-template/lists"}