Closed tfreitasleal closed 7 years ago
I couldn't find an example of Navbar and Navigator. On my App.js file (the app entry point) I have ` render() { return( <Navigator initialRoute={{name: ''}} renderScene={this._renderScene} navigationBar={
} /> );
}
` but NavBar shows on the middle (vertically) of the screen. What am I doing wrong?
Probably you have some flexbox related issues with your layout. Please follow examples provided in the README.md
I couldn't find an example of Navbar and Navigator. On my App.js file (the app entry point) I have ` render() { return( <Navigator initialRoute={{name: ''}} renderScene={this._renderScene} navigationBar={
}
` but NavBar shows on the middle (vertically) of the screen. What am I doing wrong?