React Native ListView get visible rows -
i'm building chat app. need ability mark messages viewed in list view , user sees read. how can find out row visible user?
after research, i've found rn-component can information component's visibility. https://github.com/yamill/react-native-inviewport
Comments
Post a Comment