I am working on a feature. I need to show the hashtags and user mentions in blue color inside the TextInput, and when I delete the user mentions and hashtags entire word should be deleted just like facebook. I also need to display the user suggestions and hashtag suggestions.
I have already tried the below available libraries but those are not able to serve the exact requirement :
- https://www.npmjs.com/package/react-native-mentions
- https://github.com/mrazadar/react-native-mentions-editor
- https://www.npmjs.com/package/react-native-controlled-mentions
Problem : Not able to maintain the user information while displaying the Username name (First Name + Last Name ) and editing it as I need to send the data in specific format.