UNPKG

@likashefqet/react-native-image-zoom

Version:

A performant zoomable image written in Reanimated v2+ 🚀

6 lines (5 loc) • 184 B
export const sum = (...animatedValues) => { 'worklet'; return animatedValues.reduce((result, animatedValue) => result + animatedValue.value, 0); }; //# sourceMappingURL=sum.js.map