You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to have a button positioned at the bottom and what I see happen is the view height calculation goes:
872
872
802
872
In our app, when I remove the suspense boundary or I eager load the route the height calculation goes:
872
872
802
I tried digging stepwise through all the native code, but I couldn't find why the height would be unstable, I also can't find a stable reproduction outside of our app but I stripped everything back to what's in that snack.
I was wondering/hoping if anyone here would have an idea as to where to look or how to debug this better?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a weird issue where the height of the view does not recalculate appropriately when lazy loading a native route inside of a native modal.
Basically we do something along the lines of what's in this snack: https://snack.expo.dev/@mobinni/navigation-snack
This snack actually does the height calculation correctly
We try to have a button positioned at the bottom and what I see happen is the view height calculation goes:
872
872
802
872
In our app, when I remove the suspense boundary or I eager load the route the height calculation goes:
872
872
802
I tried digging stepwise through all the native code, but I couldn't find why the height would be unstable, I also can't find a stable reproduction outside of our app but I stripped everything back to what's in that snack.
I was wondering/hoping if anyone here would have an idea as to where to look or how to debug this better?
Beta Was this translation helpful? Give feedback.
All reactions