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
Hi guys, can someone please help me with this?
normally in my home screen when someone click on button to open drawer I'm passing successfully my params this way
but when I'm swiping I don't see any props such as UserName and userAccountName
I see that in my Drawer.js I have onOpen method I tried to some stuff nothing happened. since I was using redux I tried to calling Userinfo from there which worked but it automatically closed the drawer as well. which I assume because of re-rendering.
Hi guys, can someone please help me with this?
normally in my home screen when someone click on button to open drawer I'm passing successfully my params this way
but when I'm swiping I don't see any props such as
UserName and userAccountName
I see that in my Drawer.js I have onOpen method I tried to some stuff nothing happened. since I was using redux I tried to calling Userinfo from there which worked but it automatically closed the drawer as well. which I assume because of re-rendering.
Can someone please help? thanks
Edit: I'm using this lib with
react native router flux
The text was updated successfully, but these errors were encountered: