Fix sticky (#795)
* Last item in search results displays with no buffer below * Search sticky headers only for ios
This commit is contained in:
parent
ec27c391f2
commit
03fabc45cc
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ class Search extends Component {
|
|||
renderSectionHeader={this.renderSectionHeader}
|
||||
sections={sections}
|
||||
keyboardShouldPersistTaps='handled'
|
||||
stickySectionHeadersEnabled={true}
|
||||
stickySectionHeadersEnabled={Platform.OS === 'ios'}
|
||||
/>
|
||||
{previewComponent}
|
||||
</View>
|
||||
|
|
|
|||
Loading…
Reference in a new issue