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
Is there a way I can dynamically navigate to a scene. Say i have
<Scene key="a" ..blah>
<Scene key="b" ..blah>
<Scene key="b" ..blah>
<Scene key="c" ..blah>
js const links = [ { title: "Some Title", route: 'a'} ]
Then i render a list of links with onPress action mapping to the specific route
`js Actions.{links.router} or something like that'
The text was updated successfully, but these errors were encountered:
Version
Expected behaviour
Is there a way I can dynamically navigate to a scene. Say i have
<Scene key="a" ..blah>
<Scene key="b" ..blah>
<Scene key="b" ..blah>
<Scene key="c" ..blah>
js const links = [ { title: "Some Title", route: 'a'} ]
Then i render a list of links with onPress action mapping to the specific route
`js Actions.{links.router} or something like that'
The text was updated successfully, but these errors were encountered: