Skip to content

Commit

Permalink
fix: use alwaysBounceVertical instead
Browse files Browse the repository at this point in the history
Signed-off-by: Anjana Mendiratta <expertsquarrel@gmail.com>
  • Loading branch information
GItGudRatio committed Jul 12, 2023
1 parent 20dd73a commit 0e7f151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmojiPicker/EmojiPickerMenu/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class EmojiPickerMenu extends Component {
removeClippedSubviews={false}
contentContainerStyle={styles.flexGrow1}
ListEmptyComponent={<Text style={[styles.disabledText]}>{this.props.translate('common.noResultsFound')}</Text>}
scrollEnabled={this.state.filteredEmojis.length !== 0}
alwaysBounceVertical={this.state.filteredEmojis.length !== 0}
/>
<EmojiSkinToneList
updatePreferredSkinTone={this.updatePreferredSkinTone}
Expand Down

0 comments on commit 0e7f151

Please sign in to comment.