James Ide 853d5b2221 [TextInput] Set scrollsToTop = NO for UITextViews
Summary:
Now that UITextViews have a delegate, they consume the "tap to scroll to top" gesture. This diff restores the original behavior of letting the top-level scroll view (if any) scroll to top instead.

I tried exposing scrollsToTop as a prop and was semi-successful in that I could turn scroll-to-top on and off for the top-level scroll view scroll, but the text view itself would never scroll to top. So instead of exposing it as a prop, this diff sets scrollsToTop always to NO, which is how TextInput behaved previously.

Closes https://github.com/facebook/react-native/pull/2333
Github Author: James Ide <ide@jameside.com>
2015-09-01 02:40:15 -08:00
..
2015-07-24 08:41:58 -08:00
2015-08-31 13:39:00 -08:00
2015-08-06 15:49:35 -08:00
2015-07-27 09:46:35 -08:00
2015-08-27 14:08:17 -08:00
2015-03-25 11:09:54 -08:00
2015-07-24 08:41:58 -08:00
2015-07-24 08:41:58 -08:00
2015-04-15 06:06:29 -08:00