ollija / react-native-sortable-grid

Drag-drop-sortable grid view for react native
MIT License
439 stars 171 forks source link

Fixed grid item support #42

Closed eduardojunio closed 2 years ago

eduardojunio commented 6 years ago

This PR adds support to fixed elements inside the grid. Those elements aren't affected by other elements rearrangement.

The O letter has a fixed property set In this example the O letter has the fixed property

eduardojunio commented 6 years ago

@ollija could you please review this PR and give me some feedback?

danbtl commented 6 years ago

👍 Working well! Exactly what I needed in my project.

eduardojunio commented 6 years ago

@danbtl glad to hear that 😄

karims10 commented 6 years ago

Awesome, many thanks @eduardojunio Hope this'll be merged soon

reidkersey commented 4 years ago

Merged this into a fork. Works wonders. Thanks @eduardojunio.

Forked code: https://github.com/reidkersey/react-native-sortable-grid

eduardojunio commented 2 years ago

Closing this PR since it has been 4 years already and the library maintainer didn't left any feedback.