Skip to content

Commit

Permalink
added renderSuggestionMenuItem in flashlist extraData
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Jan 9, 2024
1 parent abd28cd commit e902c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function BaseAutoCompleteSuggestions<TSuggestion>(
keyExtractor={keyExtractor}
removeClippedSubviews={false}
showsVerticalScrollIndicator={innerHeight > rowHeight.value}
extraData={highlightedSuggestionIndex}
extraData={[highlightedSuggestionIndex, renderSuggestionMenuItem]}
/>
</ColorSchemeWrapper>
</Animated.View>
Expand Down

0 comments on commit e902c72

Please sign in to comment.