I am trying to use React Native Reanimated's 'ScrollTo' method to create an automatic scrolling component. However, this component is used in a FlatList, and my problem is that I cannot interact with anything else inside of the Flatlist while the animation is running.
Here is an example of the behavior, outside and inside a FlatList.
And here is a link to that Snack:
https://snack.expo.dev/@spagrhetti/react-reanimated-in-flatlist-child?platform=ios
I have tried debugging by playing around with the different parameters (the WithTiming and WithRepeat values), but nothing seems to change the behavior. I am relatively new to React Native Reanimated, so please let me know if I am misusing the library.