Sébastien Lorber

Results 1471 comments of Sébastien Lorber

yeah sorry, I want to know what we want as react-navigation-hooks v2 (which is useful for react-navigation < v5 only, because v5 ships with hooks)

Hi, According to the code, I don't feel like it's related to hooks but rather related to react navigation core. Can you see if it works better without hooks? I...

If you can share a snack with both componentDidMount and useEffect that would help, currently I don't have much time to help. https://github.com/react-navigation/hooks/blob/master/src/Hooks.ts#L13 The hook does almost nothing so I...

yeah that's probably right, will try to see how to expose custom nav actions more easily

Hey, just thinking out loud here. For you what's the difference between `useNavigation()` and `useNavigation() as NavigationStackProp` and `useStackNavigation`? For me all those are different syntaxes to downcast to a...

But in such case, if we want to support custom actions/navigators, we can't do any constraint on the generic params if we want to allow `const navigation = useNavigation()`. `useNavigation...

Thanks, will try to see what I can take from v5 Seems like you have built a typesafe route/params system, looks nice. Wonder if this can be ported to v4...

@luisnaranjo733 if you find a good solution for v4, don't hesitate to send a PR

@Aure77 yes, I don't have time to work on it so please reach out to other React-Navigation contributors to see if anyone is willing to backport changes to this older...