Installing
// downloading the project
git clone https://github.com/lucasGabrielDeAA/Navedex && cd Navedex/
// installing application's dependencies
yarn
// running the application
// For IOS's environment
cd ios && pod install && cd .. && yarn ios
// For Android's environment
yarn android
Login's user information
{
"email": "lucasgabriel@nave.rs",
"password": "nave1234"
}