Issues with darg & drop with FLatList in react-native
I’m working on a react-native + expo
application. I have a screen Home with a fox template (.glb with react-three/fiber
) in the middle and a Navbar at the bottom. I have a button in my Navbar which allows me to unfold a Modal
(ClothesScreen) which takes up 30% of the bottom of the screen (enough to display content and to leave the fox visible in the background). In this Modal
I have a FlatList
of items. I’m trying to make an item from the FlatList
draggable to the fox modele.