UNPKG

react-native-reanimated-carousel

Version:

Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.

14 lines (13 loc) 253 B
/** * In worklet * e.g. runOnJS(lop)(...); */ export function log() { // eslint-disable-next-line no-console console.log(...arguments); } export function round(number) { "worklet"; return Math.round(number); } //# sourceMappingURL=log.js.map