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
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
If anyone has gotten this error because they have VirtualizedLists inside a containing VirtualizedList...I'll save you 20 hours in debugging it...
Don't have time to make a repro so can't file a bug...maybe this will help someone out....
If you get this error, patch the library such that on Android you will use the "PanResponderAdapter" which is probably not as performant but will get around this issue. Here is my patch:
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
-
If anyone has gotten this error because they have VirtualizedLists inside a containing VirtualizedList...I'll save you 20 hours in debugging it...
Don't have time to make a repro so can't file a bug...maybe this will help someone out....
If you get this error, patch the library such that on Android you will use the "PanResponderAdapter" which is probably not as performant but will get around this issue. Here is my patch:
https://gist.github.com/Aryk/1499525ad105919fee85d5a893392f6d#file-gistfile1-txt-L71
Beta Was this translation helpful? Give feedback.
All reactions