React Native Reorderable

Virtualized, sectioned, native reorder and drag-and-drop library for React Native

Choose the engine

On iOS 27, the native SwiftUI engine is used. On lower iOS versions and on Android, it uses the fallback engine based on Reanimated and Gesture Handler.

Choose the adapter

FlatList by default. Install the FlashList or LegendList adapters if preferred.

Choose the container

Use free-form children, a FlatList, or a SectionList based on your content.