UNPKG

react-native-reorderable-list

Version:

Reorderable list for React Native applications, powered by Reanimated

9 lines 278 B
import { useContext } from './useContext'; import { ReorderableCellContext } from '../contexts'; export const useReorderableDrag = () => { const { dragHandler } = useContext(ReorderableCellContext); return dragHandler; }; //# sourceMappingURL=useReorderableDrag.js.map