khanwilson
Results
2
comments of
khanwilson
``` const renderItem = useCallback(({ item }: { item: IDayData; index: number }) => { return ; }, [isScrolling, onPressShowAll]) return { setIsScrolling(true) }} onScrollEnd={() => { closure.delay(() => {...
> Having the exact same issue that @Simonas-Juska mentioned. Whenever a rerender happens (for example, if we do something like `onChange={setSnapIndex}` or something similar) the bottom sheet closes the first...