You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a listiview where I am showing a lot of customers. There is a feature where I need to drag and drop list item. Now I am trying to implement this on RNR-2, but facing some problems. Here is my main wrapper.
In this list, while dragging a item, when it reaches the threshold, I am programmatically trying to scroll the listview. For that I needed to get reference to the RecyclerListView. But when I'm trying to use the listRef onActive gesture event, the app crashed. When I open my logcat in android studio, it is giving me a bunch of errors. Among them TypeError: Cannot add new property '__reanimatedHostObjectRef'. What could be the reason?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a listiview where I am showing a lot of customers. There is a feature where I need to drag and drop list item. Now I am trying to implement this on RNR-2, but facing some problems. Here is my main wrapper.
In this list, while dragging a item, when it reaches the threshold, I am programmatically trying to scroll the listview. For that I needed to get reference to the RecyclerListView. But when I'm trying to use the
listRef
onActive gesture event, the app crashed. When I open my logcat in android studio, it is giving me a bunch of errors. Among themTypeError: Cannot add new property '__reanimatedHostObjectRef'
. What could be the reason?Beta Was this translation helpful? Give feedback.
All reactions