Files
react-native/Libraries
James Ide d72045932e [TextInput] Add onLayout to TextInput, forwarding it to the native views
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.
2015-05-15 11:52:23 -08:00
..
2015-03-25 11:09:54 -08:00
2015-04-24 11:46:18 -07:00
2015-05-14 13:02:47 -08:00
2015-04-15 06:06:29 -08:00