{"id":15159498,"url":"https://github.com/duducmt/react-native-pinterest","last_synced_at":"2026-01-20T18:56:25.174Z","repository":{"id":255494086,"uuid":"851198187","full_name":"duduCMT/React-Native-Pinterest","owner":"duduCMT","description":"Recriação da tela principal do Pinterest usando React Native (Expo), Animação de Splash Screen, carregamento em Skeleton e Bottom Sheet a partir do Tab no novo Expo Router.","archived":false,"fork":false,"pushed_at":"2024-09-04T16:24:23.000Z","size":7979,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T16:52:19.622Z","etag":null,"topics":["expo","expo-router","react-native","reanimated","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/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-02T15:58:16.000Z","updated_at":"2024-09-04T16:25:38.000Z","dependencies_parsed_at":"2024-09-05T19:59:09.536Z","dependency_job_id":null,"html_url":"https://github.com/duduCMT/React-Native-Pinterest","commit_stats":null,"previous_names":["duducmt/react-native-pinterest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Pinterest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Pinterest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Pinterest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duduCMT%2FReact-Native-Pinterest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duduCMT","download_url":"https://codeload.github.com/duduCMT/React-Native-Pinterest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694893,"owners_count":20980731,"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","expo-router","react-native","reanimated","typescript"],"created_at":"2024-09-26T21:23:06.299Z","updated_at":"2026-01-20T18:56:25.138Z","avatar_url":"https://github.com/duduCMT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](.github/assets/images/logo.png)\n\n# Pinterest UI (UI Clone) - React Native\n[![](https://img.shields.io/badge/Status-Finalizado-blue)](#) \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: 500px;\"\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n## 📝 Descrição\n\nProjeto simples para recriação da tela principal do Pinterest usando React Native (Expo), Animação de Splash Screen, carregamento em Skeleton e Bottom Sheet a partir do Tab no novo Expo Router.\n\n## 🚀 Objetivo\n\nProjeto para prática e aprendizado das libs do Expo mais recentes (2023 e 2024). A ideia é entender melhor os conceitos implementados recentemente como o Expo-Router. Também foi explorado alguns conceitos de animação usando Reanimated e Moti.\n\n## 📚 Principais Libs Utilizadas\n\n- [Expo Router](https://docs.expo.dev/router/introduction/)\n- [React Native Gesture Handler](https://docs.swmansion.com/react-native-gesture-handler/docs/)\n- [React Native Bottom Sheet](https://ui.gorhom.dev/components/bottom-sheet/)\n- [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/)\n- [Moti](https://moti.fyi/)\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-pinterest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduducmt%2Freact-native-pinterest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduducmt%2Freact-native-pinterest/lists"}