Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix how KeyboardAvoidingView handles the onLayout prop. (#32609)
Summary: Resolves #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: #32609 Test Plan: | Current Behavior with the `onLayout` prop specified | After applying fix | |---|---| | ![Simulator Screen Recording - iPhone 11 - 2021-11-17 at 14 44 09](https://user-images.githubusercontent.com/1406082/142287541-0dbcf137-4d72-4ab6-9367-ac42bdf5aed9.gif) | ![Simulator Screen Recording - iPhone 11 - 2021-11-17 at 14 44 28](https://user-images.githubusercontent.com/1406082/142287611-c7424a6c-b590-48f7-8d74-e96543eab41c.gif) | Reviewed By: kacieb Differential Revision: D32481315 Pulled By: philIip fbshipit-source-id: 2f65440f4996152e4133211136f2920026149ee9
- Loading branch information