Fix sticky (#795)

* Last item in search results displays with no buffer below

* Search sticky headers only for ios
This commit is contained in:
enahum 2017-07-27 18:43:25 -04:00 committed by GitHub
parent ec27c391f2
commit 03fabc45cc

View file

@ -497,7 +497,7 @@ class Search extends Component {
renderSectionHeader={this.renderSectionHeader}
sections={sections}
keyboardShouldPersistTaps='handled'
stickySectionHeadersEnabled={true}
stickySectionHeadersEnabled={Platform.OS === 'ios'}
/>
{previewComponent}
</View>