We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tell us which versions you are using:
I have a custom NavBar for and the props of as below: Scene 1: hideNavBar: true initial: true
Scene 2: hideNavBar: false initial: false
I expect custom NavBar will fit the component when go back.
When I click back button, custom NavBar animation looks weird:
This is 'Scene 2' (custom NavBar with yellow arrow and white background).
The yellow background is 'Scene 1'.
My custom NavBar are gone in transition
Scene 2: hideNavBar: false initial: false 3. Go back from Scene 2 to Scene 1. 4. The header NavBar looks weird
The text was updated successfully, but these errors were encountered:
Same issue...
Sorry, something went wrong.
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
I have a custom NavBar for and the props of as below:
Scene 1:
hideNavBar: true
initial: true
Scene 2:
hideNavBar: false
initial: false
I expect custom NavBar will fit the component when go back.
Actual behaviour
When I click back button, custom NavBar animation looks weird:
This is 'Scene 2' (custom NavBar with yellow arrow and white background).
The yellow background is 'Scene 1'.
My custom NavBar are gone in transition
Steps to reproduce
Scene 1:
hideNavBar: true
initial: true
Scene 2:
hideNavBar: false
initial: false
3. Go back from Scene 2 to Scene 1.
4. The header NavBar looks weird
The text was updated successfully, but these errors were encountered: