mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 07:08:27 +00:00
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>