React native Android ScrollView scrollTo not working

前端 未结 4 831
太阳男子
太阳男子 2020-12-15 17:00

I am trying to use a horizontal ScrollView in React Native for Android, where the starting position is in the middle of the scrolling images rather than (0,

4条回答
  •  失恋的感觉
    2020-12-15 17:22

    Thanks @David Nathan, using InteractionManager works for me.
    also note that unlike setTimeout , runAfterInteractions will not delay active animations.

    From InteractionManager docs

提交回复
热议问题