-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Can't move NavBar as a component
Two examples
First -> Works
<Navigator
renderScene={this.renderScene.bind(this)}
navigationBar={
<Navigator.NavigationBar routeMapper={NavigationBarRouteMapper} />
}
/>
Second -> Not working
var NavBar = React.createClass({
render() {
return <Navigator.NavigationBar routeMapper={NavigationBarRouteMapper} />
}
});
<Navigator
renderScene={this.renderScene.bind(this)}
navigationBar={
<NavBar />
}
/>
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.