I'm currently looking to dismiss a tab based app as a modal (swipe down) upon logout. setStackRoot switches screens but the behavior doesn't seem too user friendly.
Asked
Active
Viewed 52 times
0
-
4Could you provide more details, e.g. what technology are you using and how, and an example of what you've tried so far? – MyStackRunnethOver Mar 28 '19 at 18:12
-
I'm on react-native-navigation v2 by wix. I have a tab based app (4 tabs), and I want to switch to a single screen app when the user logs out. I've tried using setStackRoot but couldn't manage to get a "swipe down animation" upon logging out. Hope this helps. – janroures Apr 01 '19 at 10:57