React Native's Animated.ScrollView is not allowing me to programmatically scroll to a certain position
I was able to resolve my issue by adding a prop to the scrollView.
scrollToOverflowEnabled={true}
Now everything works as it once was. I hope this helps someone in the future.