UNPKG

react-native-reanimated-carousel

Version:

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

14 lines (12 loc) 235 B
/** * In worklet * e.g. runOnJS(lop)(...); */ export function log(...msg: any) { // eslint-disable-next-line no-console console.log(...msg); } export function round(number: number) { "worklet"; return Math.round(number); }