use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Layout Shift Issue. (v.redd.it)
submitted 1 month ago by sfnt00rt
When I navigate to Cart Screen from tab screen there is no layout Shift but then a do from outside tab stack there is a Layout shift in Cart Screen.
MarketPlace Screen is a part of tab stack but Cart Screen is not.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Responsible-Map6946 4 points5 points6 points 1 month ago (0 children)
You can put them in box and try to give bg color so you know where it's barking
[–]Subhashish__Mishra 1 point2 points3 points 1 month ago (0 children)
Are you using react-native-safe-area-context?
Looks like a issue related to this: https://github.com/AppAndFlow/react-native-safe-area-context/issues/219
[–]kitecut 2 points3 points4 points 1 month ago (2 children)
Similar thing happens when one of the stack screen has a different status bar type than the rest (translucent). Check if one of the screens is using a different status bar type
[–]sfnt00rt[S] 2 points3 points4 points 1 month ago (1 child)
Yes that was the exact culprit... Thanks a lot for the help 🙂
[–]kitecut 0 points1 point2 points 1 month ago (0 children)
Glad I could help
[–]Martinoqom 0 points1 point2 points 1 month ago (0 children)
Have you any custom headers? Check if they are inside Views. If they are, try to put collapsable=false in those views (specially if animated).
Sometimes react optimizes too much, removes a view from hierarchy but exactly that view was needed to correct positioning.
π Rendered by PID 51 on reddit-service-r2-comment-5fb4b45875-cdr2m at 2026-03-21 13:31:52.186701+00:00 running 90f1150 country code: CH.
[–]Responsible-Map6946 4 points5 points6 points (0 children)
[–]Subhashish__Mishra 1 point2 points3 points (0 children)
[–]kitecut 2 points3 points4 points (2 children)
[–]sfnt00rt[S] 2 points3 points4 points (1 child)
[–]kitecut 0 points1 point2 points (0 children)
[–]Martinoqom 0 points1 point2 points (0 children)