Files
react-native/ReactAndroid/src/main/java/com/facebook/react
Valentin Shergin bac84ce207 BREAKING: Better TextInput: contentSize property was removed from <TextInput>.onChange event (Second attempt)
Summary:
`contentSize` was removed from both iOS and Android, tests was updated.
USE `onContentSizeChange` INSTEAD.

Why?
 * It always was a hack;
 * We already have dedicated event for it: `onContentSizeChange`;
 * `onChange` has nothing to do with layout actually;
 * We have to maintain `onChange` handler as fast and simple as possible, this feature complicates it a lot;
 * It was undocumented feature;
 * We already have native auto-expandable <TextInput>, so it illuminates 99% current use cases of this feature.

Reviewed By: mmmulani

Differential Revision: D4989881

fbshipit-source-id: 674bb98c89ada1fca7b3b20b304736b2a3b8304e
2017-05-28 20:16:04 -07:00
..
2017-04-14 16:31:23 -07:00
2017-05-26 09:30:36 -07:00
2017-05-19 04:15:45 -07:00
2017-05-18 08:16:02 -07:00
2017-05-25 03:01:31 -07:00
2017-05-11 03:50:52 -07:00
2016-06-22 04:13:36 -07:00
2016-06-17 04:13:29 -07:00
2017-05-24 02:45:27 -07:00