mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9c5e177a79
Summary: Resolves https://github.com/facebook/react-native/issues/32608 This PR updates the `KeyboardAvoidingView` to correctly handle the `onLayout` prop. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Fixed] - `onLayout` prop is handled correctly in `<KeyboardAvoidingView>` Pull Request resolved: https://github.com/facebook/react-native/pull/32609 Test Plan: | Current Behavior with the `onLayout` prop specified | After applying fix | |---|---| |  |  | Reviewed By: kacieb Differential Revision: D32481315 Pulled By: philIip fbshipit-source-id: 2f65440f4996152e4133211136f2920026149ee9