Lines Matching refs:scrollView
23 const scrollView = React.useRef<ScrollView>(null);
69 ref={scrollView}
70 style={styles.scrollView}>
81 if (scrollView.current) {
82 scrollView.current.scrollTo({ [axis]: 0 });
90 if (scrollView.current) {
91 scrollView.current.scrollTo({ [axis]: 100 });
99 if (scrollView.current) {
100 scrollView.current.scrollToEnd({ animated: true });
110 if (scrollView.current) {
111 scrollView.current.flashScrollIndicators();
152 scrollView: {