↧
Answer by Beimar Rojas for Why the goBack function doesn't work? React Native
Here is the new code:import { NavigationContainer, useNavigationState, useNavigation } from '@react-navigation/native';import { createStackNavigator } from '@react-navigation/stack';import { Toolbar }...
View ArticleWhy the goBack function doesn't work? React Native
I am new in React Native, I am working on an app where I had to add a prefabricated header, which brings a button to which I want to set the option to go back with the function goBack of Navigation,...
View Article