mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
d72045932e
Summary: `TextInput` does not automatically forward all props using the spread operator so we need to explicitly forward the `onLayout` prop. Closes https://github.com/facebook/react-native/pull/1296 Github Author: James Ide <ide@jameside.com> Test Plan: Mount a TextInput component with an `onLayout` prop and see that the callback handler is invoked with the TextInput's frame.