{"id":20225236,"url":"https://github.com/lubrum/dsdeliver-sds-mobile","last_synced_at":"2026-04-09T12:03:47.243Z","repository":{"id":119173741,"uuid":"600866214","full_name":"Lubrum/dsdeliver-sds-mobile","owner":"Lubrum","description":"Esta é uma parte do projeto concebido na semana Dev Superior 2.0, em que o objetivo era desenvolver um sistema para realização de pedidos e entregas de encomendas de um restaurante. Este é o projeto mobile do sistema, direcionado aos entregadores.","archived":false,"fork":false,"pushed_at":"2025-07-24T10:34:31.000Z","size":1308,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-24T14:54:53.416Z","etag":null,"topics":["babel","eas","expo","expo-cli","node","node-js","nodejs","react","react-native","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/Lubrum.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-12T20:31:10.000Z","updated_at":"2025-07-24T10:34:27.000Z","dependencies_parsed_at":"2025-01-13T23:24:15.285Z","dependency_job_id":"2cbf08d9-98af-4883-b352-aa896c903def","html_url":"https://github.com/Lubrum/dsdeliver-sds-mobile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lubrum/dsdeliver-sds-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lubrum%2Fdsdeliver-sds-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lubrum%2Fdsdeliver-sds-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lubrum%2Fdsdeliver-sds-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lubrum%2Fdsdeliver-sds-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lubrum","download_url":"https://codeload.github.com/Lubrum/dsdeliver-sds-mobile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lubrum%2Fdsdeliver-sds-mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273858839,"owners_count":25180766,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["babel","eas","expo","expo-cli","node","node-js","nodejs","react","react-native","typescript"],"created_at":"2024-11-14T07:11:49.128Z","updated_at":"2025-12-30T21:07:11.486Z","avatar_url":"https://github.com/Lubrum.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto Mobile\n\nEste é o código do aplicativo gerado para os entregadores das encomendas. \n\nTecnologias utilizadas:\n\n- React-Native;\n\n# Criando o projeto do zero com o `Expo`:\n\n```bash\nexpo init front-mobile -t expo-template-blank-typescript --npm\n```\n\nApós a instalação, remover a pasta `.git` de `front-mobile`.\n\n```bash\nrm -rf .git\n```\n\n# Pré-requisitos e dependências\n\nEstão descritos no package.json.\n\nNa raíz do projeto é necessário um arquivo .env com a variável EXPO_PUBLIC_API_URL. Nela, atribuir o IP do serviço de entregas de restaurante. Os detalhes do serviço podem ser encontrados neste [link (sds-deliver-backend)](https://github.com/Lubrum/dsdeliver-sds-backend).\n\n# Instalação (com expo e npm)\n\n```bash \nnpm install --global expo-cli\n```\n\n# Execução\n\n```bash\nnpm start\n```\n\nPara utilizar o Expo Go no Android, [seguir este tutorial](https://docs.expo.dev/get-started/create-a-new-app/).\n\n# Gerando um .apk para o Android\n\nPré-requisito: ter o npm instalado na máquina ou container e um projeto React Native Android ou iOS.\n\n1- Instalar o eas:\n\n```bash\nsudo npm install -g eas-cli\n```\n\n2- Ter uma conta de usuário criada no [expo](https://expo.dev/).\n\n3- Executar o comando para o build do apk. É necessário o arquivo eas.json, [seguir este tutorial oficial do expo para mais detalhes](https://docs.expo.dev/build/eas-json/):\n\n```bash\neas build -p android --profile preview\n```\n\n4- Fazer o Download do .apk no dispositivo de teste, através do acesso ao link do Expo para o apk, e instalar o .apk. [Instruções podem ser obtidas aqui, no site do Expo](https://docs.expo.dev/build-reference/apk/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flubrum%2Fdsdeliver-sds-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flubrum%2Fdsdeliver-sds-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flubrum%2Fdsdeliver-sds-mobile/lists"}