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
Foi utilizada a lib https://reactnavigation.org/ para criar uma navegação pelo App.
A configuração está em src/navigator/index.js. Toda tela criada deve estar nessa stackNavigator senão a lib não consegue fazer a navegação entre telas.
Toda tela recebe um objeto navigation por props. Para navegar para uma tela, é só usar: this.props.navigation.navigate(screenName)
Para voltar para a tela anterior, basta usar: this.props.navigation.goBack()
The text was updated successfully, but these errors were encountered: