Skip to main content

Search List

Overview

The SearchList component in the LikeMinds Chat React Native integration is responsible for rendering a list of search results. It dynamically displays user-related or message-related results based on search input, with options to highlight the matched search terms within the list items. This component manages the presentation of the search data, including handling user interactions like tapping on a search result to trigger navigation or additional actions.

LMFeedMediaPreviewScreen

Customisations

PropertyTypeDescription
userImageStylesImageStyleThe style applied to the user image.
userNameStylesTextStyleThe style applied to the user's name text.
timeStampStylesTextStyleThe style applied to the timestamp text.
searchedHighlightedTextStyleTextStyleThe style applied to the highlighted search text.
searchedNonHighlightedTextStyleTextStyleThe style applied to the non-highlighted text.