You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi , thank you for this great package. based on the comment at #137 (comment) I tried to pass reanimated scrollview to BigList but scrolling functionality stops working.
import { useValue, onScrollEvent } from 'react-native-redash';
import Animated from 'react-native-reanimated';
hi , thank you for this great package. based on the comment at #137 (comment) I tried to pass reanimated scrollview to BigList but scrolling functionality stops working.
import { useValue, onScrollEvent } from 'react-native-redash';
import Animated from 'react-native-reanimated';
const y = useValue(0);
const onScroll = onScrollEvent({y});
const AnimatedScrollView = Animated.createAnimatedComponent(ScrollView);
< BigList ScrollViewComponent={AnimatedScrollView} {...{onScroll}} .... />
The text was updated successfully, but these errors were encountered: