The app uses react-native-video to auto-play clips inside a vertically scrolling feed on iOS. When a user scrolls rapidly, playback stops or freezes, even though the next row appears on screen. Everything else in the build is stable; the issue is isolated to this scrolling interaction. I will add you to the private GitHub repository so you can work against the existing codebase. You’ll find a clean branch, reproducible steps, and a short screen recording that shows the glitch. I’m happy to point you to the exact list component and the current optimisation attempts that didn’t pan out. Deliverable • A merge-ready pull request that keeps videos playing smoothly during fast scroll on iOS, with no regression on normal scrolling or memory usage. Acceptance is simple: reproduce the bug on the provided branch, apply the fix, and demonstrate continuous playback through rapid flicks in the simulator and on a physical device. If you need to tweak caching, buffering, or list virtualization settings, feel free—as long as the user experience stays fluid.