react-native-easy-router icon indicating copy to clipboard operation
react-native-easy-router copied to clipboard

[v3] Add onBeforeStackUpdate prop

Open christianchown opened this issue 4 years ago • 0 comments

Hi Sergey - can v3 match the functionality of v2 and add an onBeforeStackUpdate prop?

<Navigator onBeforeStackUpdate={
  (stack, nextStack, transitionProps) => 
    console.log(stack, nextStack, transitionProps)
} />

Use case: being able to synchronise state changes of components with router updates e.g. tabs

christianchown avatar Aug 21 '19 08:08 christianchown