React-native-navigation: How to push new Screen?

Created on 2 Feb 2018  路  4Comments  路  Source: wix/react-native-navigation

Issue Description

I was try this, but isn't push the screen.
Navigation.push(this.props.componentId, {
component: {
name: 'navigation.playground.management',
options: {
animated: false
}
});


Environment

  • React Native Navigation version: 2.0
  • React Native version: 0.52
  • Platform(s) (iOS, Android, or both?): Ios ,Android
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator
questiostack overflow v2

All 4 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

harveyconnor picture harveyconnor  路  57Comments

Stalder picture Stalder  路  35Comments

perrosnk picture perrosnk  路  36Comments

maurovisintin picture maurovisintin  路  101Comments

diennguyentien picture diennguyentien  路  59Comments