screenName
(string
): The screen identifier of the screen to be pushed.props
(Object
): Props to be passed into the pushed screen.options
(Object
): Options for the navigation transition:
options.transitionGroup
(string
): The shared element group ID to use for the shared element transition
(Promise<NavigationResult>
): A
import Navigator from 'native-navigation';
Navigator.push('ScreenOne', { foo: 'bar' });