gpt4 book ai didi

react-native - 如何在Native Base 组件中 "Scroll To Top"?

转载 作者:行者123 更新时间:2023-12-04 17:30:45 27 4
gpt4 key购买 nike

我正在使用Expo并在其上实现Native Base,每当“MainTabNavigator”图标<Ionicons/>都在尝试执行“滚动到顶部”

应该以<Content>还是<Ionicons/>(在MainTabNavigator中)实现句柄?

最佳答案

试试这个

 <Container>
<Content ref={c => (this.component = c)}>
<Text style={styles.text}>test</Text>
<Text style={styles.text}>test</Text>
<Text style={styles.text}>test</Text>
...
...
...
...

<Button onPress={() => this.component._root.scrollToPosition(0, 0)}>
<Text>Back to top</Text>
</Button>
</Content>
</Container>

enter image description here

关于react-native - 如何在Native Base <Content>组件中 "Scroll To Top"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48396520/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com