API
Navigation.push(this.props.containerId, {
topTabs: [
{
name: 'navigation.playground.TopTabOptionsScreen',
passProps: {
title: 'Tab 1',
text: 'This is top tab 1'
},
navigationOptions: {
topTab: {
title: 'Tab 1'
}
}
},
{
name: 'navigation.playground.TopTabScreen',
passProps: {
title: 'Tab 2',
text: 'This is top tab 2'
},
navigationOptions: {
topTab: {
title: 'Tab 2'
}
}
}
]
});
@guyca I dont see it in v2 docs
Most helpful comment
@guyca I dont see it in v2 docs