react-native/Libraries/CustomComponents
James Ide eaba2abc0b Use function refs and support composed refs
Summary:Fixes an issue where if you implement `renderScrollComponent` and have a `ref` callback on the returned element, the ref used to be clobbered by the ref that ListView adds to the element.

This is accomplished by converting the ref from a legacy string-based ref to a callback-based ref, and then using `cloneReferencedElement`, which is a simple utility to compose callback refs.
Closes https://github.com/facebook/react-native/pull/6441

Differential Revision: D3064250

Pulled By: mkonicek

fb-gh-sync-id: 2d55d04e2144a1cc08900a57a1fc0dab07c87eea
fbshipit-source-id: 2d55d04e2144a1cc08900a57a1fc0dab07c87eea
2016-04-14 06:41:22 -07:00
..
ListView Use function refs and support composed refs 2016-04-14 06:41:22 -07:00
NavigationExperimental make NavigationHeader and NavigationHeaderTitle pointerEvents configurable 2016-04-12 10:55:30 -07:00
Navigator Fix: swiping in navigator too quickly causes the gesture to be lost 2016-04-12 11:08:23 -07:00
LICENSE [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00