UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

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