react-native-activity-feed
react-native-activity-feed copied to clipboard
Official React Native SDK for Activity Feeds
Ok i have tried this to get other user likes activities: ``` _initList = async () => { const { client, username } = this.props const options = { kind:...
I need to notify other users of the feed and I should also get notified when a activity of `timeline` is liked. I'm using below line for liking a activity...
Let activeIcon and inactiveIcon props accept SVG
Need action for onAvatar Press and onLikeList press in [LikeList](https://github.com/GetStream/react-native-activity-feed/blob/f845cae31ed5ea118e6a02803b6eb8dead605574/src/components/LikeList.js)
Users should be able to delete their posts. A similar request: https://stackoverflow.com/questions/61972374/getstream-com-question-how-can-a-user-that-posted-something-delete-edit-his-pos This might be incorporated to changes within #124. /cc @vishalnarkhede
Tried out the example app but cannot find the reply section as working. Does feed api provide support for threaded comments?.
The `StatusUpdateForm` is too limited for my use case, but rolling a custom one is also painful. For custom, it'd be great if the text input and og fetching/management was...
Hi @jaapbakker88 you can add props to empty components when data is not available or deleted in SinglePost For example, when I click on 1 notify that has been deleted,...
If the user didn't have an avatar it would show the Stream placeholder, but if the url of the avatar wasn't working it would show no image at all. I've...
**Setup:** - iOS 12.1 - Regular React Native - [email protected] - [email protected] - [email protected] **Describe the bug** Running or building/archiving the code does not give the same feed. While running...