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

    Type Alias TextUpdate

    Represents a text update operation.

    type TextUpdate = {
        end: number;
        start: number;
        text: string;
    }
    Index

    Properties

    Properties

    end: number

    End position of the text to replace

    start: number

    Start position of the text to replace

    text: string

    New text to insert