Closed trinadhkoya closed 5 years ago
If you are using it in a view not in navigator, you can import { InnerNaviBar } from 'react-native-pure-navigation-bar'
. It is the component without withNavigation
. And you can set leftElement={null}
to disable default back button, or set onLeft={() => { do(); return false; }}
to override default goback
action of back button.
Not able to run this , can you look into this and close it ASAP