I was try this, but isn't push the screen.
Navigation.push(this.props.componentId, {
component: {
name: 'navigation.playground.management',
options: {
animated: false
}
});
See the documentation, this is not correct.
Check the example project and the document.
it says "React Native Navigation version: 2.0"
Yes thanks it work :)