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
fix(iOS, Tabs): defer scroll view behavior override until props are set
In Fabric, the mutation order for newly created views is Create → Insert → Update,
meaning mountChildComponentView fires before updateProps. This caused
overrideScrollViewContentInsetAdjustmentBehavior to use its default value (YES)
instead of the JS-provided value.
Defer the override call when props haven't been set yet and apply it in updateProps
once the prop value is known.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments