mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
b3e0a702a7
Summary: This enables code like: ```js <ListView renderScrollView={() => <CustomScrollView />} /> ``` where CustomScrollView might be inverted or support pull-to-refresh, etc. Closes https://github.com/facebook/react-native/pull/785 Github Author: James Ide <ide@jameside.com>