ollija / react-native-sortable-grid

Drag-drop-sortable grid view for react native
MIT License
441 stars 173 forks source link

Android issues #27

Open shlomi84 opened 7 years ago

shlomi84 commented 7 years ago

I followed the example provided in the GitHub, I'm using a basic 4x4 grid layout and my code is working perfectly and performance is great on IOS. I have 15 boxes of data. However, when I run it on android, it gives me 30 boxes (it duplicates boxes 1-15 another time for some reason?) and then u can't drag/drop boxes, the entire phone just gets buggy and laggy, and sometimes a box disappears. Is anyone else having these issues?