react-native/React
Alex Akers 672b77f355 Perform clip update on RCTScrollView in increments of 50 pt
Summary:
This diff removes calls to `-updateClippedSubviews` by only re-clipping when the scroll view moves by a certain number of pixels.

leeway = 50pt => 46.9% of calls removed
leeway = 10pt => 13.2% " " "
2015-08-13 07:56:41 -08:00
..
Base Removed unnecessary overhead in RCTConvert functions 2015-08-13 04:08:17 -08:00
Executors Fixed fuzzer app and ensured that React does not crash when fuzzed 2015-08-12 06:14:36 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules Fixed fuzzer app and ensured that React does not crash when fuzzed 2015-08-12 06:14:36 -08:00
React.xcodeproj Perform clip update on RCTScrollView in increments of 50 pt 2015-08-13 07:56:41 -08:00
Views Perform clip update on RCTScrollView in increments of 50 pt 2015-08-13 07:56:41 -08:00