{"id":16633061,"url":"https://github.com/yazaldefilimone/clean-arch-react-native-starter","last_synced_at":"2025-06-25T13:35:05.249Z","repository":{"id":65115294,"uuid":"581868073","full_name":"yazaldefilimone/clean-arch-react-native-starter","owner":"yazaldefilimone","description":"Clean architecture starter for React Native with TailwindCSS, Jest, TypeScript. All the tools you need to build your mobile application.","archived":false,"fork":false,"pushed_at":"2023-04-08T04:07:16.000Z","size":2462,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T10:59:23.065Z","etag":null,"topics":["boilerplate","clean-architecture","clean-code","jest","mobile","react-native","react-navigation","tdd","test-driven-development","test-library","typescript"],"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/yazaldefilimone.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-24T16:47:06.000Z","updated_at":"2024-09-21T20:00:23.000Z","dependencies_parsed_at":"2023-12-22T19:30:13.592Z","dependency_job_id":"dc40a91c-869f-428f-b438-c3ae7bf246ef","html_url":"https://github.com/yazaldefilimone/clean-arch-react-native-starter","commit_stats":null,"previous_names":["yazaldefilimone/clean-arch-react-native-starter","yazaldefilimonepinto/clean-arch-react-native-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/yazaldefilimone/clean-arch-react-native-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-react-native-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-react-native-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-react-native-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-react-native-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yazaldefilimone","download_url":"https://codeload.github.com/yazaldefilimone/clean-arch-react-native-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-react-native-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260230957,"owners_count":22978189,"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":["boilerplate","clean-architecture","clean-code","jest","mobile","react-native","react-navigation","tdd","test-driven-development","test-library","typescript"],"created_at":"2024-10-12T05:11:50.577Z","updated_at":"2025-06-25T13:35:05.224Z","avatar_url":"https://github.com/yazaldefilimone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=Clean-Arch TDD ReactNative\u0026message=Welcome\u0026color=FFFFFF\u0026labelColor=110C2F\" alt=\"Unsplash welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=version\u0026message=1.0\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/yazaldefilimonepinto/clean-arch-react-native-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Languages\" src=\"https://img.shields.io/github/languages/count/yazaldefilimonepinto/clean-arch-react-native-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\nClean architecture starter for React Native with TailwindCSS, Jest, TypeScript. \u003cbr\u003e\nAll the tools you need to build your mobile application. \n\u003cP/\u003e\n\n## Features\n\n- ⚡️ Expo 47.0.9\n- ⚛️ React 18.1.0\n- ⛑ TypeScript\n- ✨ TailwindCSS 3.2.4 - CssInJs for component styling\n- ✨ NativeWind 2.0.11 - Suporte by TailwindCSS in ReactNative\n- 📏 TSLint — To find and fix problems in your code\n- 💖 Prettier — Code Formatter for consistent style\n- ⚙️ EditorConfig - Consistent coding styles across editors and IDEs\n- 🗂 Path Mapping — Import components or images using the `~/` prefix\n- ‽ Either Error Handler - For error handling. (Either is designed to hold either a left or a right value but never both).\n\n## Quick Start\n\nThe best way to start with this template is using [create-expo-app](https://docs.expo.dev/get-started/create-a-new-app/).\n\n```\n# npx\n\nnpx create-expo-app --template clean-arch-react-native-starter\n\n```\n\n### Development\n\nTo start the project locally, run:\n\n```bash\n  npm start\n  our\n  yarn start\n```\n\nOpen `http://localhost:{port}` with your browser to see the result or scan qr code or open in device machine.\n\n### Requirements\n\n- Node.js \u003e= 12.22.0\n- npm our yarn\n\n### Directory Structure\n\n- [`public`](./public) — Static assets such as images\u003cbr\u003e\n- [`src`](./src) — Application source code, including screens, components, scripts.\u003cbr\u003e\n- [`tests`](./tests) — Application test source code.\u003cbr\u003e\n\n### Scripts\n\n- `yarn/npm android`\n- `yarn/npm ios`\n- `yarn/npm start`\n- `yarn/npm test`\n- `yarn/npm test:watch`\n- `yarn/npm test:ci`\n\n### Path Mapping\n\nTypeScript are pre-configured with custom path mappings. To import components or files, use the `~/` prefix.\n\n```tsx\nimport { Button } from '~/infrastructure/ui/components/button';\n\n// To import images or other files from the public folder\nimport avatar from '~/public/avatar.png';\n```\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n\n## License\n\n[MIT](https://github.com/yazaldefilimonepinto/clean-arch-react-native-starter/blob/main/LICENSE) © [Yazalde Filimone](https://www.linkedin.com/in/yazalde-filimone/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fclean-arch-react-native-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyazaldefilimone%2Fclean-arch-react-native-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fclean-arch-react-native-starter/lists"}