diff --git a/src/components/Search/SearchList.tsx b/src/components/Search/SearchList.tsx index bfb310471270..b2019f79b17e 100644 --- a/src/components/Search/SearchList.tsx +++ b/src/components/Search/SearchList.tsx @@ -451,7 +451,7 @@ function SearchList( onScroll={onScroll} showsVerticalScrollIndicator={false} ref={listRef} - extraData={focusedIndex} + extraData={[focusedIndex, isFocused]} onEndReached={onEndReached} onEndReachedThreshold={onEndReachedThreshold} ListFooterComponent={ListFooterComponent}