nuclearpasta / react-native-drax

A drag-and-drop system for React Native
MIT License
554 stars 69 forks source link

The original database cannot run on the new architecture. #178

Closed Qy742698 closed 1 month ago

Qy742698 commented 1 month ago

After I enabled the fabric configuration in iOS and android, the drag and drop didn't work. After looking at the source code, it seems that the measureLayout method of the DraxView component is not working. Is there a solution to this?