Closed
Description
scrollTo method is undefined at KeyboardAwareScrollView
const scrollRef = useRef();
console.log(' scrollRef.scrollTo', scrollRef.current?.scrollTo);
//*******
<KeyboardAwareScrollView ref={scrollRef} {...scrollViewProps} style={[{ flex: 1 }, containerStyle]} showsVerticalScrollIndicator={false}>
{children}
</KeyboardAwareScrollView>
Metadata
Metadata
Assignees
Labels
No labels