Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native : How to implement a Text Area with Mentions very similar to Facebook Comment?

How to implement a Text Area with Mentions very similar to Facebook Comment for react native. Facebook allow user to tag a person(by looking up in server) and will show the name in the text field and user can continue typing.

Is there a plugin already available or do I have to create a plugin and if thats the case which UI component in IOS I have to look ?

like image 568
ted Avatar asked Nov 09 '22 01:11

ted


1 Answers

You can achieve that with react-native-mention component. I have not tried this component but I believe this will solve your issue.

like image 150
Pir Shukarullah Shah Avatar answered Nov 14 '22 23:11

Pir Shukarullah Shah