gpt4 book ai didi

react-native - React Native - 获取组件在 View 中的位置

转载 作者:行者123 更新时间:2023-12-03 13:11:22 26 4
gpt4 key购买 nike

我正在尝试在 react native 中获取组件的位置。

说我有一个观点:

<ScrollView>
lots of items...
lots of items...
lots of items...
<View></View>
</ScrollView>

最后,我希望能够最终滚动到 View 所在的位置。

此链接显示了如何使用 native ui 管理器获取位置,但是在运行时返回:

“尝试测量布局,但偏移量或尺寸为 NaN”

React Native: Getting the position of an element

我试过了

this.refs.VIEW.measure((ox, oy, width, height, px, py) => {
//ox ... py all = 0
});

最佳答案

您可能希望在 View 组件上使用 onLayout 回调。 setTimeout 可能无法 100% 地工作。

<View onLayout={this.measureMyComponent} />

关于react-native - React Native - 获取组件在 View 中的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31617206/

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