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 26 react-native-mentions issues
Sort by recently updated
recently updated
newest added

Any chance to place the options in the bottom, just below the text, instead of in the upper section?

https://github.com/harshq/react-native-mentions/blob/b1aac08c91e94b5cac3ddfd3df908da0aa71d828/src/MentionsTextInput.js#L77 This assumes all usernames match that syntax. We have a username with `@first.lastname`. The result of this code is that the keyword passed to our triggerCallback does not contain...

Hello, samples folder (410MB) has been included in the published package which lead to a package size of 140MB. Can you please bump a new version without this folder to...

Can you provide the support for [`InputAccessoryView`](https://facebook.github.io/react-native/docs/inputaccessoryview) in which the suggestion list will stick on top of the keyboard on iOS? Something like this: Thanks.

Can we allow multiple triggers? For our use case, we use `@` to target users and `#` to target channels. Different autocomplete values... As `trigger` is a string, it cannot...

I changed the code to allow multiple triggers and to allow styling the created mentions

I return the old file system. And now this package only < 1mb.

Is it possible to separate the suggestion panel flatlist into another component? It's more than a bit tricky right now to position the mentions box when it's inside the same...