UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

9 lines (7 loc) 269 B
"use strict"; import { EXTRA_SWAP_OFFSET } from '../../constants'; export const getAdditionalSwapOffset = (gap, size) => { 'worklet'; return Math.max(EXTRA_SWAP_OFFSET, Math.min(gap / 2 + EXTRA_SWAP_OFFSET, (gap + size) / 2)); }; //# sourceMappingURL=utils.js.map