react-native-mentions-input
    Preparing search index...

    Type Alias MentionsTextProps<T>

    Props for the MentionsText component.

    type MentionsTextProps<T = unknown> = {
        mentions: Mention<T>[];
        mentionStyle?: TextStyle;
        style?: TextStyle;
        value: string;
    }

    Type Parameters

    • T = unknown

      Optional custom data type for mention metadata

    Index

    Properties

    mentions: Mention<T>[]

    List of mentions to highlight

    mentionStyle?: TextStyle

    Style to apply to mention portions

    style?: TextStyle

    Style for the container text

    value: string

    The text to render