react-native-activity-feed
react-native-activity-feed copied to clipboard
Notification Component for Notification Feed?
Does there exist a Notification Component we should provide to NotificationFeed via the Group prop?
For react-activity-feed, there exists such as Notification Component (https://github.com/GetStream/react-activity-feed/blob/main/src/components/Notification.js), but I could not find such a component for this library.
If we are expected to implement this ourselves, how can we ensure that other features like the mentions, hashtags, avatar, etc. work?