You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Entre na pasta mobile
$ cd gobarber-mobile
# Instale as dependências
$ yarn install
# Dentro da pasta ios
$ pod install
# Inicie o emulador IOS
$ yarn ios
# OU# Inicie o emulador ANDROID
$ yarn android