Passing regular props when navigating · Issue #935 · react-navigation/react-navigation

I see that it is currently possible to pass data to a new screen using the second parameter of the navigate function: navigate('Chat', { user: 'Lucy }. These then end up in this.props.navigation.st...