-
Notifications
You must be signed in to change notification settings - Fork 199
jumpToTab with NavigationActions #377
Comments
+1. I have the same issue. I noticed that In some cases I did a workaround with
But If I want to call this method from anywhere outside of react component, it doesn't seem to be working. To me, it looks a like a bug |
@mantas-janulionis i think a documentation update is necessary. |
@mikemurray thanks for the link 👍 |
I'm getting a
|
@mypark Is the |
That's was the issue thanks. I was only setting Id |
I want to call jumpToTab action in a redux middleware. I would be grateful if you gave me a hand to resolve this. My TabNavigation is
root
and i want to jump to Tabtab1
. I have tried this without success:store.dispatch(NavigationActions.jumpToTab('root', 'tab1'))
Any idea on how to jumpToTab using NavigationActions?
The text was updated successfully, but these errors were encountered: