{
scrollRef.current?.scrollTo({
y: 0,
animated: true,
});
}
React.useEffect(() => {
onPressTouch ()
},[])
<ScrollView ref={scrollRef}>
...your elements
</ScrollView>
Спасибо, нужно подтянуть знания..((
Обсуждают сегодня