@ankhorage/react-native-reanimated-dnd-web
v0.3.2
Published
Web adapter for react-native-reanimated-dnd with upstream passthrough and parity-compatible web drag/drop and sortable support.
Downloads
230
Maintainers
Readme
react-native-reanimated-dnd-web
Web adapter for react-native-reanimated-dnd.
Run the same drag-and-drop logic on web without rewriting your app.
🎯 What you get
- Same drag & drop behavior on mobile and web
- No platform-specific code
- Shared logic across environments
✨ Features
- React Native Web support
- API parity with original library
- Minimal overhead
🚀 Installation
bun add @ankhorage/react-native-reanimated-dnd-web📦 Usage
import { DndProvider } from '@ankhorage/react-native-reanimated-dnd-web';🧪 Use Cases
- Cross-platform apps (Expo + Web)
- Shared UI logic across platforms
🧠 Why this exists
Most drag-and-drop solutions break on web. This adapter ensures consistent behavior everywhere.
