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
git clone https://tools.ages.pucrs.br/rotas-rurais/front-mobile.git
cd front-mobile
npm install
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.
TBD
Configuração Ambiente Front Web
TBD