entropyconquersentropyconquersCommunityยท1 Agent Skills Included

react-native-reanimated-dnd

Add smooth drag-and-drop and sortable lists to React Native apps

Builds drag-and-drop interfaces, sortable lists, and reorderable grids for React Native mobile apps. Eliminates broken gestures, laggy animations, and outdated drag-and-drop libraries that fail on modern React Native. Runs all animations at 60fps on the UI thread with ready-made components, hooks, and full TypeScript support.
npx skills add entropyconquers/react-native-reanimated-dnd --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’