ollija / react-native-sortable-grid

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

Disabled blocks option #23

Open iorena opened 7 years ago

iorena commented 7 years ago

Added disabledBlocks property which enables you to specify an array of block indices that should not move. They cannot be dragged nor do they move when other blocks are dragged.

gfontenot commented 7 years ago

@ollija Any chance of getting this merged in and released? I'm hitting this exact need right now.

gfontenot commented 7 years ago

I have opened an alternate API/implementation in #29