Is there a simple way to prevent home button to go back to the top of the stack on a certain screen?
The question pretty much summarizes all.
In React, is there a simple way to prevent home button to go back to the top of the stack on a certain screen?
The question pretty much summarizes all.
Have certain screens still display BottomTabs which might be opened from screens without BottomTabs
My react app has bottom navigation tabs but contains certain screens (ex. chat screen) which takes up the full screen. I would like to have have certain screens that still display the bottom navigation tabs.