-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Large Title is hidden in bottom Tabs #6717
Comments
@ArekChr Hey there 👋 Just making sure whether you meant that the TopBar on I've investigated a little and found that (setting
|
Hey @jinshin1013, Yes. |
@ArekChr Yeah this is indeed an unexpected behaviour. Just not sure if this is a bug from |
@jinshin1013 I think react-native. Maybe this will help software-mansion/react-native-screens#645 |
@ArekChr @jinshin1013 I have faced the same issue while updating expo-rnn-starter and came up with a small workaround, it's a bit ugly but works for now. It might cause a bit of a delay on old models but didn't test. Here is what I do:
So the basic idea here is to have the whole content hidden so the navigation bar will become large and once our screen triggers |
@guyca @jinshin1013 hi guys! However, I have faced the other issue which relates to the weird behavior when you set the I have come up with a workaround that helps to achieve the expected behavior. The basic idea is to wrap the
A more detailed example could be found here. |
the large title works for the first tab which is focused by default, other it doesn't work until you scroll down. reproducible repo:https://github.com/a-eid/rnn/tree/bug/largetitle Gif |
Hey guys, I'm closing this issue as this is not react-native-navigation specific problem and is the issue with the react-native's scrollview implementation. There seems to be a quick patch fix you can apply software-mansion/react-native-screens#649 (comment). |
Large title is hidden on every bottom tab screen except first while opening app.
You can reproduce it on playground by setting options:
in Layouts and Options tabs
RNN version: 7.2.0
The text was updated successfully, but these errors were encountered: