Commit 9c5e177
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 |
|---|---|
|  |  |
Reviewed By: kacieb
Differential Revision: D32481315
Pulled By: philIip
fbshipit-source-id: 2f65440f4996152e4133211136f2920026149ee91 parent 160807d commit 9c5e177
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
| 164 | + | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
0 commit comments