ex-navigator icon indicating copy to clipboard operation
ex-navigator copied to clipboard

Support for using ToolbarAndroid in renderNavigationBar

Open cancan101 opened this issue 9 years ago • 2 comments

cancan101 avatar Mar 11 '16 22:03 cancan101

We're unlikely to build this because we optimize for iteration speed and customizability, so we greatly prefer code in JavaScript. renderNavigationBar lets you return whatever you want as long as it conforms to the NavigationBar interface, so you could implement your own custom navbar that uses an Android component.

ide avatar Mar 11 '16 23:03 ide

Looking over the code, routeMapper seems to have some hard assumptions, for example that the renderNavigationBar return value will render the title as a component rather than taking it as a text prop.

cancan101 avatar Mar 12 '16 00:03 cancan101