Introduction

React Native Reorderable provides controlled reorder and drag-and-drop for free-form children, virtualized lists, and section lists. It uses native SwiftUI reorder on iOS 27 when available and a Reanimated and Gesture Handler fallback on earlier iOS versions and Android.

The application owns its data and selection. The library handles the interaction, destination feedback, engine selection, and order reconciliation.

iOS 27 · native reorder and drag-and-drop
Android · fallback reorder and drag-and-drop

Continue to Installation to add the library to your project.