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

    Function checkIfMentionsOutdated

    • Checks if any mentions are outdated (their positions don't match the text).

      Type Parameters

      • T = unknown

      Parameters

      • mentions: Mention<T>[]

        List of mentions to check

      • text: string

        Current text to validate against

      Returns boolean

      true if any mentions are outdated