UNPKG

react-native-reanimated-carousel

Version:

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

13 lines (11 loc) 194 B
/** * In worklet * e.g. runOnJS(lop)(...); */ export function log(...msg: any) { console.log(...msg); } export function round(number: number) { "worklet"; return Math.round(number); }