Christian Chown

Results 3 issues of Christian Chown

It looks like this is a library to hook into the native navigation containers - could be a performance booster? There's a guide here... https://github.com/kmagiera/react-native-screens#guide-for-navigation-library-authors

enhancement

Hi Sergey - looking for another bit of v2 functionality to be added to v3, something like https://github.com/sergeyshpadyrev/react-native-easy-router/pull/30. I'm thinking of an API like ``` ``` Where `push` and `pop`...

enhancement

Hi Sergey - can v3 match the functionality of v2 and add an `onBeforeStackUpdate` prop? ``` console.log(stack, nextStack, transitionProps) } /> ``` *Use case:* being able to synchronise state changes...

enhancement