-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to show back button ? #81
Comments
@HusseinElGanzory I had / have the same question and I think you have to reimplement it by yourself. By default the default header is still visible. You can hide it by setting |
@manuelwenner i solved it by creating back button with position 'absolute' thanks |
Okay thanks for your comment. Was the default header always visible? |
@manuelwenner yes it visible , and create absolute icon to show at the top of screen |
@HusseinElGanzory Which image type did you use for the back button? |
i Used font awesome icon , through native base icon component |
No description provided.
The text was updated successfully, but these errors were encountered: