
Yes, I checked the `web` branch and ran it on my local machine. I also ran it on a real device. You should try reproducing it by scrolling to the old message enough times.
I referenced v0's blog and added this code to solve it:
```
requestAnimationFrame(() => {
listRef.current?.scrollToEnd({ animated: true });
setTimeout(() => {
listRef.current?.scrollToEnd({ animated: true });
}, 16);
});
```
English









