-
Notifications
You must be signed in to change notification settings - Fork 19
NotInNavigator
shallot edited this page Dec 26, 2018
·
1 revision
If you are using it in a view not in navigator, you can import component like this:
import { InnerNaviBar } from 'react-native-pure-navigation-bar';
It is the component without withNavigation
wrapper. 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.