Commit Graph

1 Commits

Author SHA1 Message Date
Samuel Newman b6a01c4867 patch react-native-keyboard-controller extraContentPadding scroll fix
On iOS Fabric, contentOffset set via animatedProps is clamped against
the old contentInset when both change in the same commit. This causes
the scroll to fall behind when the input grows near the bottom of the
chat. Fix by deferring scrollTo to the next frame so the contentInset
commit lands first.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 11:36:25 +03:00