I have a toolbar that currently looks like
<ToolbarAndroid title='WWF' style={styles.toolbar} navIcon={require("./App/assets/logo.png")} logo={require("./App/assets/logo.png")} actions={[{title: 'list', show: 'always'}, {title: 'partners', show: 'always'}, {title: 'about', show: 'always'}]} onActionSelected={this.onActionSelected} />
Can I change the size and position of the logo? It is currently sitting with the edge on the left, and I would like to make it sit in the left corner of the screen and make it wider.
Is it also possible to have two images next to each other as a logo?
thanks
source share