Hi Fernando, i was playing around with the framework but i got a problem when navigating to a route and the params change.
for instance:
home=>form/2=>general=>form/4(this page gets override and when using back is going straight to home)
this is happening in react native and they fixed it by using a key option on the navigation. Navigate with something like this
Hi Fernando, i was playing around with the framework but i got a problem when navigating to a route and the params change. for instance:
home
=>form/2
=>general
=>form/4
(this page gets override and when usingback
is going straight tohome
)this is happening in react native and they fixed it by using a key option on the
navigation. Navigate
with something like thisbelow a I leave a link with the reference https://github.com/react-navigation/react-navigation/issues/2882