-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
change contentVisibility
to contain
#4752
Conversation
Your Render PR Server URL is https://social-app-pr-4752.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cq64h7hu0jms738lv69g. |
|
we should rename the property maybe? |
Sure. I also changed Edit: |
…cial-proof * origin/main: (126 commits) Update README.md (#4394) tweak top padding external (#4755) change `contentVisibility` to `contain` (#4752) Fix RTL text rendering for display names (#4747) Reduce the size of the inner logo in the QR code (#4746) Fix misplaced '@' in RTL post meta. (#4531) Remove broken and void back button (#4744) Ensure `/start` navigates to `/starter-pack` when clicking a link internally (#4745) Add missing `to` in StarterPackScreen.tsx string (#4743) Video compression in composer (#4638) fix slop (#4739) Update stats Run intl:extract Update Japanese translation (#4665) Update Korean localization (#4646) Update Chinese Localization (#4695) Update catalan (#4702) Update Indonesian translation (#4706) Tweak checkmark size Show feedback for Follow button in interstitials (#4738) ...
Why
We've ran into another weird quirk when using
content-visiblity
. Scroll views often don't resize whenever new items get added to the list, which is causing problems withonEndReached
in the web implementation ofFlatList
. We're switching tocontain: layout paint
instead.Test Plan
When opening the notifications tab on a large monitor, there shouldn't be chained requests for notifications.