rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to React Navigation

Results 34 rfcs issues
Sort by recently updated
recently updated
newest added

Hi, this is not really an issue but more of an idea. When you navigate to a new screen for the first time, the component will be mounted and rendered....

Moved from https://github.com/react-navigation/react-navigation/issues/4578 This is a discussion issue. If you feel it does not go here, please just close it. For me this is the most important point of navigation:...

- People want to conceptually just open a modal on a stack without creating a parent stack: https://github.com/react-navigation/react-navigation/pull/2308 - We can't customize transitions on a screen-by-screen basis (only on an...

Hi, I have screens on which some components are "connected" to react-navigation through `withNavigation()` hoc (a screen navbar header actually) I want to be able to render these components in...

- Should they be passed down into the active child route? - Should they be passed down into all child routes? - Should they be exposed through `getParentParam` or something?...

> I have a plan for handling part of this myself. Which may not work for everyone, but might be useful for coming up with ideas. > > For me...

We implemented a hook that pulls in the params from the route and optionally clears them when we navigate away from the screen. This was a common action for us...

:wave: Given a stack navigator with the following routes: ```es6 { Login, ConnectGmail, Loading, Welcome } ``` ## What I'm proposing a `navigation.continue` or `navigation.next` method that will automatically determine...

- `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