Android OS Back Button Takes Me Back To Expo Projects Screen
Firstly, I have a React Native app built using Expo and utilising React Navigation for routing. I'm using a SwitchNavigator to switch between two stack navigators which represent m
Solution 1:
Ok, so this was hours of time I'll never get back.
Turns out this is an issue with the latest version of Firebase.
https://github.com/react-navigation/react-navigation/issues/1603
The solution is to downgrade to 5.0.3 and this worked for me.
Post a Comment for "Android OS Back Button Takes Me Back To Expo Projects Screen"