Skip to content

ankhorage/react-native-reanimated-dnd-web

Repository files navigation

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.

About

Web-enabled compatibility adapter for react-native-reanimated-dnd (native passthrough + web implementation), published as @ankhorage/react-native-reanimated-dnd-web.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors