react-native-reanimated-dnd
Add smooth drag-and-drop and sortable lists to React Native apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install react-native-reanimated-dnd?โผ
Run `npx skills add entropyconquers/react-native-reanimated-dnd --all -g -y` in your terminal to install this skill globally for your AI agent.
How to add drag and drop to a React Native app?โผ
Wrap your app in DropProvider, then use Draggable for movable items and Droppable for drop zones. The library handles gestures, collision detection, and animations automatically.
How to build a sortable list in React Native?โผ
Use the Sortable and SortableItem components with your data array. It supports vertical and horizontal lists, variable item heights, drag handles, and auto-scrolling out of the box.
Does react-native-reanimated-dnd work with Expo?โผ
Yes. It is tested with Expo SDK 55 and React Native 0.83, and requires Reanimated 4, Gesture Handler, and Worklets as peer dependencies.
Can my AI agent use this skill to write drag-and-drop code?โผ
Yes. The included SKILL.md teaches your AI agent every component, hook, and configuration pattern, so it can generate working drag-and-drop code from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core