nuclearpasta / react-native-drax

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

Cannot read properties of undefined (reading 'remove') #146

Closed xclidongbo closed 2 years ago

xclidongbo commented 2 years ago

Cannot read properties of undefined (reading 'remove')

lafiosca commented 2 years ago

Which versions of React Native and Drax are you using? This seems related to the breaking changes in 0.10.0. From the README:

Note: as of version 0.10.0, React Native 0.65 or higher is required. For RN 0.62-0.64 projects, you may be able to use 0.9.3, but it will no longer be supported. For RN 0.61 projects, you may be able to use 0.6.0, but it will no longer be supported.

lafiosca commented 2 years ago

Closing this for lack of response. Feel free to reopen.