type Item = {id: string;title: string;// other item properties};// Basic usage<SortableListdata={items}listItemHeight={80}onDragEnd={(positions) => {console.log('New order:', positions);}}renderItem={({ item, index }) => (<ListItemitem={item}index={index}style={{height: 80,margin: 6,}}/>)}/>;
Learn Reanimated, Gesture Handler & Skia with Reanimate.dev
I value a lot your feedback! Help me improve by sharing your thoughts, suggestions, or reporting any issues you encounter. If you need assistance, send me an email at hello@reactiive.io