Unmatched Route Screen issue with Clerk Authentication- Expo React Native App
I am using Clerk for Oauth authentication in my expo app. When a user clicks for Oauth authentication my app, he is redirected to browser to carry out the further authentication process. But what is weird is that when the user has finished authenticating and is redirected back to the app an Unmatched Route screen appears for a brief moment and then the user gets redirected to the screen that I have setup in the onSelectAuth function.