v0.1.0 release
·
1 commit
to v0.1.0
since this release
What's New in v0.1.0
- π Initial Release: First stable release of
react-native-sortable-dynamic. - π±οΈ Drag-and-Drop Support: Easily reorder grid and list items using intuitive gestures.
- π§© Flexible Grid Layout: Customize columns, margins, and item sizes to fit your layout needs.
- π οΈ Editable Mode: Toggle between editing and non-editing modes to enable/disable item reordering.
- β‘ Smooth Animations: Integrated with
react-native-reanimatedfor seamless and performant animations. - π Lock Items: Mark items as non-reorderable or non-draggable to protect specific content.
- π§© Dynamic Layout Configuration: Easily switch between grid and list views by configuring layout dynamically.
Installation
npm install react-native-sortable-dynamic
# or
yarn add react-native-sortable-dynamicMake sure to also install react-native-reanimated and react-native-gesture-handler as dependencies and follow their setup instructions.