I am using the react-navigation library with docs here: https://reactnavigation.org/docs/en/params.html. I would like to transition to a new view with simple parameters, ie:
this.props.navigation.navigate('newView', {animation: 'fade-in'})
However I see no API for this, and a google search turned up nothing. Any thoughts?