Hirbod @hirbod.dev · Dec 5

Discovered a bug with @expo.dev router and react-native-screens after upgrading to SDK52 (not seen with react-navigation v7). Navigating from a screen with a header to one without, containing a ScrollView, causes a layout shift when interacting with the view. github.com/expo/expo/is...

10 likes 2 replies

?

Replies

@vulle5.bsky.social · Dec 5

Just upgrading our app to V7 and similar shifts seem to happen when navigating between bottom tabs. Possibly related?

Hirbod · Dec 5

I found the root cause. fullScreenGestureEnabled: true I suspect that the changes introduced here github.com/software-man... caused this (because they also involve the header)