Relative Content

Tag Archive for react-nativehighlightreact-native-flatlist

How can highlight selected item in flatlist in React Native?

I am developing an application with React Native. There is a screen like in the picture and I am displaying messages with flatlist on this screen. I want to get a view like in picture 2 when a message is long clicked. I tried the package https://www.npmjs.com/package/react-native-highlight-overlay but I did not get the result I wanted. When I long click on any element in the flatlist, that element should come to the foreground and an extra box should open under it. How can I do this?