I can't t seem to find any complete examples for creating your own navBar component and then wiring it up to react-native-router-flux
. Can anyone help me out? Looking at the github issues it seems like this is a big need for the library. What I'm looking to do is:
- Create a new component with a left button and an image to the right.
- Have the button icon change depending on the scene, but use the same image to the right.
- Wire it to react-native-router-flux so that the navBar displays properly and keeps track of the users position in the same way that the default navBar does.
Thanks!