UNPKG

react-native-reorderable-list

Version:

Reorderable list for React Native applications, powered by Reanimated

8 lines (6 loc) 221 B
import {useContext} from './useContext'; import {ReorderableCellContext} from '../contexts'; export const useReorderableDrag = () => { const {dragHandler} = useContext(ReorderableCellContext); return dragHandler; };