-
Notifications
You must be signed in to change notification settings - Fork 187
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
Content showing below header until move #113
Comments
I can repro this one. Checking. |
@alexpchin can you do me a favor and pull the change I made to the PR and tell me if you can also see this extra space between the tab bar and the albums when scrolling down? |
@andreialecu Yes, I also see that after I have scrolled down. |
I found what the problem is. Seems to be a difference between Expo and bare RN. More specifically it seems that This resolves the main issue you're seeing. Will open a PR shortly after testing it further. |
@alexpchin try |
Thanks! @andreialecu I'll check that now! |
On initial load, the content shows below the header.
After scrolling, the content then moves to the correct place. @andreialecu Does this happen on the updated PR for you too? andreialecu/rnctv-react-native-bare-test#1 I am concerned as I'm still not seeing the indicator when
scrollEnabled
is set as per #109The text was updated successfully, but these errors were encountered: