A framework for building native applications using React
Do not scroll to child inside nested scroll view (#54044)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54044 In rare cases, there may be a vertical ScrollView nested inside another vertical ScrollView. In these cases, when the requestChildFocus method is called, we may attempt to bring the entire focused child into view. However, we really only want to bring the entire nested ScrollView into view. ## Changelog [Android][Fixed] Focused scroll into view behaviors for nested vertical scroll views Reviewed By: bvanderhoof Differential Revision: D83804043 fbshipit-source-id: 8df8f637e7f908cc283f55c0d78ee03ed3bb9117
E
Eric Rozell committed
26502c63193c3f4814af82ca6f8ff4c45abbb76b
Parent: aab0d33
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 10/3/2025, 4:20:53 AM