Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W Wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Rotas Rurais
  • Wiki
  • Wiki
  • configuracao

Last edited by Lucas Gavirachi Cardoso Apr 15, 2023
Page history
This is an old version of this page. You can view the most recent version or browse the history.

configuracao

Home

Sprints

Requisitos

Arquitetura

Configuração

Mockups

Banco de Dados

Instalação

Gerência de Projeto

Qualidade

Configuração de ambiente Mobile

Requisitos:

  • Node.js LTS release - Node.js LTS releases (números ímpares).
    • Você pode instalar o Node.js usando uma ferramenta de versionamento (como nvm ou volta) para conseguir trocar entre diferentes versões do Node.js
  • Git
  • Para Mac e linux o watchman é necessário: Watchman
  • Expo pode-se instalar com o commando npm install expo-cli --global após já ter o node instalado
  • Expo go app no seu celular ou um simulador de Android ou Iphone

Para Rodar o projeto

  1. git clone https://tools.ages.pucrs.br/rotas-rurais/front-mobile.git
  2. cd front-mobile
  3. npm install
  4. npm start
O app não está rodando no seu celular?

First, make sure you are on the same Wi-Fi network on your computer and your device.If it still doesn't work, it may be due to the router configuration — this is common for public networks. You can work around this by choosing the "Tunnel" connection type when starting the development server, then scanning the QR code again.

- npx expo start --tunnel

Using the "Tunnel" connection type will make app reloads considerably slower than on "LAN" or "Local", so it's best to avoid tunnel when possible. You may want to install a simulator/emulator to speed up development if "Tunnel" is required for accessing your machine from another device on your network.

# Configuração Ambiente Back-End

TBD

Configuração Ambiente Front Web

TBD

Clone repository
  • Boas Práticas
  • Gerenciamento do Projeto
  • Git
  • Qualidade
  • arquitetura
  • banco_dados
  • configuracao
  • cronograma
  • Home
  • instalacao
  • mockups
  • requisitos
  • sprints