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,
Thanks @David Nathan, using InteractionManager works for me.also note that unlike setTimeout , runAfterInteractions will not delay active animations.
InteractionManager
setTimeout
runAfterInteractions
From InteractionManager docs