Closed alex-golubtsov closed 4 years ago
Thanks for bringing this up @alex-golubtsov ... I have not yet upgraded to 0.62 in the app that we originally built this library for, and I'm uncertain if this would be a breaking change for pre-0.62 apps. It will need to be tested.
Here is the relevant change which occurred in 0.62: https://github.com/facebook/react-native/commit/66e72bb4e00aafbcb9f450ed5db261d98f99f82a
First thought on this is that I would need to support some option for accessing the old way in pre-0.62 apps but default to the new way.
I'm in the process of uploading my own mobile app from RN 0.61 to 0.63 now, and as a result I will definitely be giving this issue attention soon. Likely we will make a breaking change to the library and update the README accordingly.
Version 0.7.0 has been published with this issue fixed. Only RN 0.62+ will be supported going forward. However please note that you may still see warnings regarding useNativeDriver
until #57 is addressed. Thank you.
Having
react-native@0.62.x
,<DraxList>
triggers following warning (here is an example):Probably because of this line. Seems like the fix would be as simple as removing
.getNode()
call