SHISME / react-native-draggable-grid

A draggable and sortable grid of react-native
308 stars 96 forks source link

Multiple numColumns inside #81

Open miloscopic opened 1 year ago

miloscopic commented 1 year ago

Is is possible to change numColumns on the fly somehow?

I would like to archive next:

First 20 items numColumns={2} from 20 to 26 item numColumns={3}

etc...

Thank you in advance!