Implement @mention in TextInput
问题 How can I implement @mention in react native's TextInput? I've tried this react-native-mention but it is not being maintained anymore. There are so many styling issues and callback issues. What I want is to display custom view inside TextInput. Something like this. And after tapping on the list I want to display like this: So far I am able to achieve: When I type '@' in TextInput user list appear. And when I tap on user I get username in TextInput Code: renderSuggestionsRow() { return this