apiko-dev / GitterMobile

Unofficial Gitter.im (chat for GitHub) client for iOS and Android. [build with react-native]

Home Page:https://github.com/JSSolutions/GitterMobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark messages as read

terrysahaidak opened this issue · comments

We need to implement the ability to automatically mark messages which are in the viewport as read.
The biggest issue -- find the way to get visible rows in ListView. Currently, I don't know how to do that. There is a lib to determine if the row is in the viewport, but it's pretty laggy. Need a better way to do that.

There is an issue where is tracked ability to handle rows visibility changing facebook/react-native#5688
It's the only way to do it yet. But it still not available on Android, unfortunately 😟