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

Split out mentions box into separate render function / component

Open pribeh opened this issue 6 years ago • 0 comments

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 view as the textinput. I'm attempting to have it sit flush on top of a textinput which has buttons on either end but that doesn't seem to be possible without some sort of position: 'absolute' gymnastics which won't work on android due to overflow issues.

pribeh avatar Aug 14 '18 15:08 pribeh