Skip to content

v0.1.0 release

Choose a tag to compare

@AdamLee321 AdamLee321 released this 15 Sep 06:49
· 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-reanimated for 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-dynamic

Make sure to also install react-native-reanimated and react-native-gesture-handler as dependencies and follow their setup instructions.