sdcxtech / react-native-troika

Native UI Component for React Native, including nested-scroll, pull-to-refresh, bottom-sheet, etc.
https://todoit.tech
164 stars 23 forks source link

NestedScrollView如在在A的onPress方法中,滑动到顶部,貌似不支持ref #41

Open luyuan11233 opened 4 weeks ago

luyuan11233 commented 4 weeks ago

在如下的代码中,调用该如何滑动到顶部,辛苦大佬答疑

import { NestedScrollView, NestedScrollViewHeader } from '@sdcx/nested-scroll' const App = () => { const handlePress = () => { //todo 如何滑动到顶部 }; return (

) }
luyuan11233 commented 4 weeks ago

神奇的代码没了,重新贴一份代码 import { NestedScrollView, NestedScrollViewHeader } from '@sdcx/nested-scroll'

const App = () => { const handlePress = () => { //todo 如何滑动到顶部 }; return (

) }
luyuan11233 commented 4 weeks ago

贴照片吧 截屏2024-08-13 16 23 38