react-native-draggable-grid
react-native-draggable-grid copied to clipboard
A draggable and sortable grid of react-native
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hello, I am having the following errors when I am running `typecheck` script: ``` node_modules/react-native-draggable-grid/src/draggable-grid.tsx:100:20 - error TS6133: 'item' is declared but its value is never read. 100 items.forEach((item, index)...
When i long press then item the animation goes on, but if i remove the touch and do not drag it, it does not return to the same place, in...
  As showing above, it works very nicely when all the blocks are of same height, But i'm trying to use blocks with different heights(one with 50% height and...
Hello! It would be great to be able to add to the grid blocks with different sizes by width. Please see the layout sketch with mixed normal and double sized...
Ability to set a dragActivationTreshold which would allow devs to set the dragActivationTreshold to be configurable and respond to more needs
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
How can i get exact x,y coordinate positions for dragged items when dragging ended? Why i'm asking this is just because i want to catch when and where user trying...

Hi, Could you provide example how to configure component property? Right now I'm setting scrollEnabled property of ScrollView to false onDragStart and to true onDragRelease (by setting stateProperty in those...