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

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

https://github.com/react-navigation/react-navigation/issues/5050 should we do anything about this?

I searched a lot for this and didn't find anything regarding what I am about to write. Sorry if I missed any open issue about this. ## Context Let's consider...

I was chatting with @geirman and I think we may want to add `passParams` to the navigator config: ``` createStackNavigator({ Main, MyTabs: createTabNavigator({ A, B, }, { passParams: [ 'foo'...

Hello, It's going to be a bit complicated to properly track routing change in a middleware, can we think about a nice way to play with screen tracking middleware ?...

[Proposal](https://github.com/s-nel/rfcs/blob/ba0f9661b1755851dd21e1cd2d8def50573788fd/text/0000-navigate-to-url.md)

When we press the hardware back button while the drawer is open, we expect it to close the drawer. However, if we fire goBack(null) from the drawer content view while...

- Should let you inject a back handler that runs before the current screen - Need to only run this handler when the screen is active maybe? - Need to...

These values can update in response to orientation changes or on other events. - Status bar: translucent or opaque? in phone call? other? - "Safe areas": iPhone X is the...

On iOS if I want to position my title to the left, like Android/Material, this should be easy. Similarly, if I want to use the iOS behavior on Android, that...