{"id":21618630,"url":"https://github.com/masfana/nativewind-starter","last_synced_at":"2026-02-13T04:44:26.688Z","repository":{"id":260881289,"uuid":"882613339","full_name":"MasFana/Nativewind-Starter","owner":"MasFana","description":"A starter template for building React Native apps using Expo and NativeWind. This setup combines the ease of Expo with the power of NativeWind for Tailwind CSS styling","archived":false,"fork":false,"pushed_at":"2024-11-27T23:30:17.000Z","size":192,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T12:52:38.808Z","etag":null,"topics":["expo-cli","nativewind","reactnative","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/MasFana.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-11-03T09:33:52.000Z","updated_at":"2025-01-12T03:18:49.000Z","dependencies_parsed_at":"2025-03-18T17:44:24.840Z","dependency_job_id":"b77c1dc8-ce4b-4cda-a3b6-c4b41f89cfd9","html_url":"https://github.com/MasFana/Nativewind-Starter","commit_stats":null,"previous_names":["masfana/nativewind-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MasFana/Nativewind-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FNativewind-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FNativewind-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FNativewind-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FNativewind-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MasFana","download_url":"https://codeload.github.com/MasFana/Nativewind-Starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FNativewind-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29396840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T04:26:15.637Z","status":"ssl_error","status_checked_at":"2026-02-13T04:16:29.732Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-cli","nativewind","reactnative","tailwindcss"],"created_at":"2024-11-24T23:04:35.627Z","updated_at":"2026-02-13T04:44:26.671Z","avatar_url":"https://github.com/MasFana.png","language":"JavaScript","readme":"\n# React Native Expo + NativeWind Starter Template\n\nThis is a starter template for building mobile applications using **React Native**, **Expo**, and **NativeWind**. This setup provides a streamlined development environment for building cross-platform apps with Tailwind CSS styling through NativeWind.\n\n## Features\n\n- **React Native** with Expo for seamless cross-platform development\n- **NativeWind** for Tailwind CSS styling in React Native\n- **Expo** for easy setup and fast development with managed workflows\n- **TypeScript** support for type-safe code (if enabled)\n\n## Prerequisites\n\nMake sure you have the following installed:\n\n- **Node.js** (v14 or newer)\n- **npm** or **pnpm** package manager\n- **Expo CLI**: Install via `npm install -g expo-cli`\n\n## Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/MasFana/Nativewind-Starter\ncd Nativewind-Starter\n```\n\n### 2. Install Dependencies\n\nUse `npm` to install the necessary dependencies:\n\n```bash\nnpm install\n```\n#### OR\n\nUse `pnpm` to install the necessary dependencies:\n\n```bash\npnpm install\n```\n\n### 3. Start the Development Server\n\nLaunch the Expo development server with:\n\n```bash\nnpm start\n```\n\n#### OR\n\n```bash\npnpm start\n```\n\nThis will start the Expo development environment, where you can preview the app on an emulator or physical device.\n\n## Project Structure\n\n```plaintext\n.\n├── App.jsx             # Main application entry\n├── assets/            # Asset files (images, fonts, etc.)\n├── components/        # Reusable components\n├── screens/           # Screen components for navigation\n└── tailwind.config.js # Tailwind CSS configuration for NativeWind\n```\n\n## Configuration\n\n### Tailwind CSS with NativeWind\n\n1. Configure **Tailwind CSS** in `tailwind.config.js`:\n\n    ```js\n    // tailwind.config.js\n    module.exports = {\n      content: [\n        \"./App.js\",\n        \"./screens/**/*.{js,jsx,ts,tsx}\",\n        \"./components/**/*.{js,jsx,ts,tsx}\"\n      ],\n      theme: {\n        extend: {},\n      },\n      plugins: [],\n    }\n    ```\n\n2. **NativeWind** is already configured to support Tailwind classes in your React Native components. Use Tailwind classes as usual in your components.\n3.  *Optional* you can install **Tailwind CSS IntelliSense** Extension in VSCode \n\n\n## Scripts\n\n- **`pnpm start`** - Start the Expo development server\n- **`pnpm build`** - Build the app for production\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasfana%2Fnativewind-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasfana%2Fnativewind-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasfana%2Fnativewind-starter/lists"}