gpt4 book ai didi

android - React-Native .scrollTo 与 InteractionManager 不工作

转载 作者:搜寻专家 更新时间:2023-11-01 07:47:50 25 4
gpt4 key购买 nike

我试图在 x:(device.width*2) 处获取应用程序的初始位置,因为该应用程序由 3 个主要 View 组成,但即使有动画延迟,它似乎也没有移动,它开始在左 View 上。

componentDidMount() {
const offset = window.width * this.props.initialIndex;
InteractionManager.runAfterInteractions(() => {
this._scrollView.scrollTo({x:offset, animated: false});
})
}

最佳答案

我也试过交互管理器,但我不知道为什么它不起作用;设置超时对我有用。

setTimeout(() => {
this.scrollView.scrollTo(cordenates, animated);
}, 0);

关于android - React-Native .scrollTo 与 InteractionManager 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40200660/

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