React-native-router-flux: Can I put a logo (image file) in the Nav bar?

Created on 18 Oct 2016  路  2Comments  路  Source: aksonov/react-native-router-flux

Version

Tell us which versions you are using:

  • react-native-router-flux v3.35.0?
  • react-native v0.35.0?

Expected behaviour

I am wondering if it is possible to have a logo (image file) in the Nav bar in place of titles? I would like the Logo to persist over all pages.

Most helpful comment

All 2 comments

        <Scene key="Demo"
          component={Views.Demo}
          titleStyle={titleStyle}
          getSceneStyle={getSceneStyle}
          navigationBarStyle={navStyle}
          NavigationBarBackgroundImage = {bgimage}
          renderRightButton={(e) => <RightButton />}
          renderLeftButton={(e) => <RightButton />}>
        </Scene>
Was this page helpful?
0 / 5 - 0 ratings

Related issues

willmcclellan picture willmcclellan  路  3Comments

sreejithr picture sreejithr  路  3Comments

YouYII picture YouYII  路  3Comments

xnog picture xnog  路  3Comments

basdvries picture basdvries  路  3Comments