Brent Vatne

Results 75 issues of Brent Vatne

- `navigate`: it can be used in a variety of situations, but people learn it first as a way to push a route onto the stack, and the word seems...

Folks reporting problems in https://github.com/react-navigation/react-navigation/issues/4490

As per https://github.com/react-navigation/rfcs/issues/14 the only good reason that I can see for integrating React Navigation state into Redux is to take advantage of the Redux developer tooling. We can create...

- https://github.com/react-navigation/react-navigation/issues/4490#issuecomment-405774241 - https://github.com/react-navigation/react-navigation/issues/4490#issuecomment-405778593

Please take into account the justification in https://github.com/react-navigation/rfcs/blob/master/text/0005-shallow-navigation-options.md when discussing this - https://github.com/react-navigation/react-navigation/issues/4120

A react-navigation user mentioned that they use stack navigator to show some content on top of the app when the user backgrounds it in order to obscure the content and...

I've noticed that people have had a hard time grasping how nesting navigators works in React Navigation, and part of that might be due to the relatively flat appearance of...

How should deep links work when the user is not yet authenticated? Some discussion here: https://stackoverflow.com/questions/54350991/react-navigation-deep-linking-with-authentication

This is a very common pattern in Android apps. @lintonye made a heroic effort in https://github.com/react-navigation/react-navigation/pull/941 to implement this, but it's out of date and to land new significant features...

Reset as a way to dispatch actions is a bit clunky. If we just let people reset the state to exactly what they want, that seems both more powerful and...

help wanted