Web adapter for react-native-reanimated-dnd.
Run the same drag-and-drop logic on web without rewriting your app.
- Same drag & drop behavior on mobile and web
- No platform-specific code
- Shared logic across environments
- React Native Web support
- API parity with original library
- Minimal overhead
bun add @ankhorage/react-native-reanimated-dnd-webimport { DndProvider } from '@ankhorage/react-native-reanimated-dnd-web';- Cross-platform apps (Expo + Web)
- Shared UI logic across platforms
Most drag-and-drop solutions break on web. This adapter ensures consistent behavior everywhere.