-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support screen options #55
Comments
+1 |
I found the way to do that. |
That's good for make header hidden in all screens but I can't hide header for specific screen or add different title for every screen |
Also
not working. |
I'm facing the same issue. Did you find a way to make the bottom navigator disappear for the case where the keyboard is enabled? |
@draturi95 I have listen Keyboard events didShow and didHide here is my code.
|
This's not the way, the original support hiding individual headers but this one doesn't seem to support it. |
Curved-bottom-bar should support screen options so i can pass options to CurvedBottomBar screen
like this example
<CurvedBottomBar.Screen name={SCREEN_KEYS.PROFILE} position="RIGHT" component={ProfileScreen} options={{headerShown: false}} />
The text was updated successfully, but these errors were encountered: