react-native-mentions icon indicating copy to clipboard operation
react-native-mentions copied to clipboard

Mentions textbox for React Native. Works on both ios and android. :whale:

Results 25 react-native-mentions issues
Sort by recently updated
recently updated
newest added

Access to overwrite any props of the FlatList would be helpful. Maybe through the usage of a object? ```js ``` Thank you!

Thank you for this awesome library! Would you know how can we add the option to highlight the mentions after selection?

It is imposible to show the keyboard with this.inputRef.focus() because there seems to be no way to use ref? Am I missing something here, it would be super nice to...

`ref` should be available

### Problem No value is returned for languages other than English. Can other languages be supported? ### Code `const callback = (keyword) => { console.log(keyword); }` ``

I'm hoping to duplicate the exact user experience with facebook's mobile app.... I was wondering if it's possible to display a human name "John Davis" rather than just "@johndavis3", based...

Hello, I am having an issue with the callback function. I have `trigger={'#'}` so when I type # then it does show me the suggestions. However, suggestions does not get...

Hi, is there anyway to hide the scrollbar, in my case the horizontal scroll bar? RN ScrollView has the prop `showsHorizontalScrollIndicator={false}`, perhaps this could be passed into the MentionsTextInput component...

Hello, I love this _MentionsTextInput_ component! Now, I am facing the following challenge : I need to give a different font colour to the mention that the user has selected...

- When I am trying to set suggestion panel with absolute suggested row won't clickable but when I'm trying with iOS its clickable. I'm using mention textInput as a composer...