react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
refactor suggestion: replace findNodeHandle calls
Is your feature request related to a problem? Please describe.
As presented in React Native EU this year, findNodeHandle
will soon be deprecated. We should consider a way to refactor the code around that.
thanks for the heads up! I haven't seen that findNodeHandle
was deprecated -- have you seen any posts about it?
It was presented here https://youtu.be/DduUntL2Sv4?t=3612
@brunohkbx how can we refactor our code when it is deprecated ?