Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.27 KB

📝 Tasks

Offline version: ready
Online Version: ready 🎉

✔️ 📱 Check if your device is connecting correctly to ADB, Android Debug Bridge

adb devices
Seeing device in the right column means the device is connected. Example:
Dispositivos conectados

To install dependencies on your machine

npm install

To run the application without an emulator (run via USB)

Android

react-native run-android

iOS

react-native run-ios

To view the application logs

Android

react-native log-android

iOS

react-native log-ios

Project execution:

Register account

Criação de usuário na aplicação


Login

Login de usuário


Add tasks

Adicionando as tarefas


View tasks

Adicionando as tarefas


Delete task

Adicionando as tarefas


Logout

Adicionando as tarefas