Relative Content

Tag Archive for react-nativereact-native-flatlistreact-flatlist

Managing state in custom dropdown component using flatlist

I’m building a React Native app with a custom dropdown component. The component uses a FlatList to display a list of items, and each item can be expanded to show more details when pressed. I’m managing the expanded state using useState, but when I press on one of the Pressable elements, all items except the one I selected are expanded.