React native app, pressing android-phone back-button should refresh previous page or component?
I am using react-navigation 5 in my react-native app. Where i have two components named A and B(forexample). From A component i can goto B component and from B component i can goto A component and can …