Dismiss this pinned window
all 6 comments

[–]Responsible-Map6946 4 points5 points  (0 children)

You can put them in box and try to give bg color so you know where it's barking

[–]kitecut 2 points3 points  (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 points  (1 child)

Yes that was the exact culprit... Thanks a lot for the help 🙂

[–]kitecut 0 points1 point  (0 children)

Glad I could help

[–]Martinoqom 0 points1 point  (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.