UNPKG

react-native-zoom-toolkit

Version:

Most complete set of pinch to zoom utilites for React Native

11 lines (10 loc) 207 B
export const getScrollPosition = options => { 'worklet'; const { index, itemSize, gap } = options; return index * itemSize + index * gap; }; //# sourceMappingURL=getScrollPosition.js.map