{"id":21260396,"url":"https://github.com/tanmayvaij/react-native-tailwind-v4-template","last_synced_at":"2026-04-02T18:52:40.160Z","repository":{"id":256249930,"uuid":"844114964","full_name":"tanmayvaij/react-native-tailwind-v4-template","owner":"tanmayvaij","description":"Template for using Tailwind CSS (via NativeWind v4) in React Native applications. NativeWind allows you to apply Tailwind's utility-first approach to style your mobile app efficiently, enabling rapid development with responsive, consistent styling","archived":false,"fork":false,"pushed_at":"2024-09-22T10:37:58.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T21:47:34.879Z","etag":null,"topics":["css","expo","nativewind","react-native","tailwind","tailwind-css","tailwind-template","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tanmayvaij.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}},"created_at":"2024-08-18T12:36:04.000Z","updated_at":"2024-09-22T10:41:06.000Z","dependencies_parsed_at":"2024-09-09T21:25:41.024Z","dependency_job_id":"a6283e6f-6328-4598-8088-088ea676b9f2","html_url":"https://github.com/tanmayvaij/react-native-tailwind-v4-template","commit_stats":null,"previous_names":["tanmayvaij/react-native-nativewind-example","tanmayvaij/react-native-tailwind-v4-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Freact-native-tailwind-v4-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Freact-native-tailwind-v4-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Freact-native-tailwind-v4-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Freact-native-tailwind-v4-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanmayvaij","download_url":"https://codeload.github.com/tanmayvaij/react-native-tailwind-v4-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695537,"owners_count":20332626,"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":["css","expo","nativewind","react-native","tailwind","tailwind-css","tailwind-template","tailwindcss"],"created_at":"2024-11-21T04:18:21.394Z","updated_at":"2025-12-30T22:11:44.974Z","avatar_url":"https://github.com/tanmayvaij.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Tailwind v4 Template\n\nThis repository provides a template for using **Tailwind CSS** (via NativeWind v4) in React Native applications. NativeWind allows you to apply Tailwind's utility-first approach to style your mobile app efficiently, enabling rapid development with responsive, consistent styling.\n\n## Features\n\n- **Tailwind CSS for React Native**: Use familiar Tailwind utility classes to style your app components.\n- **Responsive Design**: Create layouts that adapt seamlessly to different screen sizes.\n- **Easy Integration**: Preconfigured for NativeWind v4, offering quick setup for both iOS and Android.\n\n## Setup Instructions\n\n### Steps\n\n1. **Clone the Repository**  \n   Clone this template to your local machine:\n   ```bash\n   git clone https://github.com/tanmayvaij/react-native-tailwind-v4-template.git\n   ```\n\n2. **Install Dependencies**  \n   Navigate to the project directory and install required dependencies:\n   ```bash\n   cd react-native-tailwind-v4-template\n   yarn\n   ```\n\n3. **Run the Application**  \n   To launch the app on an emulator or connected device, run:\n   ```bash\n   yarn start\n   ```\n\n## Usage\n\nTo customize styles, modify the components in the `src` folder using Tailwind utility classes. Example:\n\n```js\nimport { View, Text } from 'react-native';\n\nexport default function App() {\n  return (\n    \u003cView className=\"flex items-center justify-center border h-full bg-gray-900\"\u003e\n      \u003cText className=\"text-3xl text-yellow-500 font-bold text-center\"\u003e\n        React Native NativeWind Example\n      \u003c/Text\u003e\n    \u003c/View\u003e\n  );\n}\n```\n\n## Documentation\n\nFor more details, refer to the [NativeWind documentation](https://www.nativewind.dev/docs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Freact-native-tailwind-v4-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmayvaij%2Freact-native-tailwind-v4-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Freact-native-tailwind-v4-template/lists"}