Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.
https://www.npmjs.com/package/@expensify/react-native-live-markdown
MIT License
795 stars 56 forks source link

[feat]: Add option to pass list of usernames to be considered when mention user mode is activated #501

Open arpitv96171 opened 2 weeks ago

arpitv96171 commented 2 weeks ago

When we type @ and mention user mode is activated, this arg value (which is an array of data) is used as a source to come as a list above/below where you are typing, to select from.

tomekzaw commented 2 weeks ago

This will be possible once https://github.com/Expensify/react-native-live-markdown/pull/439 is merged.