1
I have this signOut function that I call through a button, but when I press the exit, where it calls a onPress: () => this.props.navigation.navigate('SignIn')
it returns the following error
Does anyone know how I can fix this?
Versions:
React: "16.8.3",
React-Native: "0.59.3",
React-Native-Esture-Handler: "^1.1.0",
React-navigation: "^3.6.0"
I didn’t understand the answer marked as right. In which location or at which moment I do this, Sidebar is the custom component ?
– Leonardo