You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the problem is that if users not logged in, I am closing the current screen with .pop() and going back after users opened the screen, but my purpose was that if users not logged in, just don't open the screen instead of opening and closing again. So, how can I achieve this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I want to create an Authenticated Scene. For example if users logged in, they will see the screen otherwise they won't. I wrote a code like this:
`
export default class AuthenticatedScene extends Scene {
So, the problem is that if users not logged in, I am closing the current screen with .pop() and going back after users opened the screen, but my purpose was that if users not logged in, just don't open the screen instead of opening and closing again. So, how can I achieve this?
Thanks
The text was updated successfully, but these errors were encountered: