{"id":15159500,"url":"https://github.com/duducmt/react-native-gmail","last_synced_at":"2026-02-06T04:02:24.157Z","repository":{"id":255572234,"uuid":"852432141","full_name":"duduCMT/React-Native-Gmail","owner":"duduCMT","description":"Projeto simples para recriação da tela principal do Gmail e navegação usando React Native (Expo).","archived":false,"fork":false,"pushed_at":"2024-09-06T18:59:21.000Z","size":2923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T19:40:29.606Z","etag":null,"topics":["drawer-navigation","expo","expo-router","react-native","tab-navigation","tailwindcss","ui-clone"],"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/duduCMT.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-09-04T19:45:54.000Z","updated_at":"2024-09-06T19:00:57.000Z","dependencies_parsed_at":"2024-09-06T04:36:07.340Z","dependency_job_id":"df45baab-6367-478d-ba01-06d1e073ad57","html_url":"https://github.com/duduCMT/React-Native-Gmail","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"2460cd45e01fdac0f982b8ab3e7245dfaeb9b351"},"previous_names":["duducmt/react-native-gmail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duduCMT/React-Native-Gmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Gmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Gmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Gmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Gmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duduCMT","download_url":"https://codeload.github.com/duduCMT/React-Native-Gmail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Gmail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29149592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["drawer-navigation","expo","expo-router","react-native","tab-navigation","tailwindcss","ui-clone"],"created_at":"2024-09-26T21:23:07.330Z","updated_at":"2026-02-06T04:02:24.130Z","avatar_url":"https://github.com/duduCMT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](.github/assets/images/logo.png)\n\n# Gmail UI (UI Clone) - React Native\n[![](https://img.shields.io/badge/Status-Finalizado-green)](#) \n[![](https://img.shields.io/badge/Version-1.0.0-yellow)](#)\n\n## 📸 Preview \n\n\u003cdiv align=\"center\"\u003e\n  \u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n    \u003cimg src=\".github/assets/images/preview01.gif\" style=\"height: 450px;\"\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n## 📝 Descrição\n\nProjeto simples para recriação da tela principal do Gmail e navegação usando React Native (Expo).\n\n## 🚀 Objetivo\n\nProjeto para prática e aprendizado das libs do Expo mais recentes (2023 e 2024),utilização do Tailwind CSS no React Native usando a lib NativeWind e navegação de diferentes tipos aninhadas (Tab e Drawer).\n\n## 📚 Principais Libs Utilizadas\n\n- [Expo Router](https://docs.expo.dev/router/introduction/)\n- [NativeWind v4](https://www.nativewind.dev/v4/overview)\n- [clsx](https://www.npmjs.com/package/clsx)\n\n## 🔎 Instruções para rodar o projeto\n📌 **Pré requisitos:**\n1. Tenha o repositório clonado em sua máquina.\n2. Tenha o [NodeJS](https://nodejs.org/) instalado em sua máquina.\n3. É importante configurar o seu próprio `.env` e `.env.local` baseando-se no `.env.exemple` presente no projeto (Caso tenha).\n\n\n🚩 **Como Executar:**\n1. Com o terminal aberto no diretório do projeto, execute o comando `npm i --force` para instalar as dependências.\n2. Após a instalação, você deve rodar o projeto localmente usando o comando `npm start` e escolher as opções para execução a depender do ambiente. (Esse projeto também é compatível com o Expo Go.)\n3. Caso queira executar o expo e limpar o cache, use `expo start -c` para executar e limpar o cache.\n\n## 🗑️ Limpar Chache do EXPO - Windows\nEm algumas situações, vai ser necessário limpar o cache do EXPO, para isso, execute os seguintes passos ou confira a [documentação oficial](https://docs.expo.dev/troubleshooting/clear-cache-windows/):\n\n```bash\nrm -rf node_modules // Ou apague a pasta manualmente\n\nnpm cache clean --force\n\nnpm install\n\nwatchman watch-del-all\n\ndel %localappdata%Temphaste-map-*\n\ndel %localappdata%Tempmetro-cache\n\nnpx expo start --clear\n```\n\n## 📸 Preview das Telas\n\n\u003cdiv align=\"center\"\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;\"\u003e\n    \u003cimg src=\".github/assets/images/preview01.png\" style=\"height: 420px;\"\u003e\n    \u003cimg src=\".github/assets/images/preview02.png\" style=\"height: 420px;\"\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduducmt%2Freact-native-gmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduducmt%2Freact-native-gmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduducmt%2Freact-native-gmail/lists"}