react-native-activity-feed icon indicating copy to clipboard operation
react-native-activity-feed copied to clipboard

Official React Native SDK for Activity Feeds

Results 83 react-native-activity-feed issues
Sort by recently updated
recently updated
newest added

**Setup (always fill this in):** - iOS or Android? Android - Expo or regular React Native? Regular React Native - React Native Version:0.63.3 - `react-native-activity-feed` or `expo-activity-feed` version: `npm list...

**Setup (always fill this in):** - iOS or Android?only tested on android so far - Expo or regular React Native? expo - React Native Version: sdk-41 - `react-native-activity-feed` or `expo-activity-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...

Question. Does the NotificationFeed Component allow for an array of Id's to be passed like the client library as detailed here: [https://getstream.io/activity-feeds/docs/react-native/flat_feeds/?language=javascript#notification-feeds](https://getstream.io/activity-feeds/docs/react-native/flat_feeds/?language=javascript#notification-feeds) Or is it just a bool? thanks Steve

while i am submitting comment on flat feed i got bellow error .. status code : 400 ,parent must not be empty ![Capture](https://user-images.githubusercontent.com/60684716/74151417-28837100-4c32-11ea-951c-4b6e3670fe28.PNG)

add default style to `textInputProps` for fixing android cut text ![](https://i.imgur.com/8pOZcmx.png)

[`IconBadge`](https://github.com/GetStream/react-native-activity-feed/blob/master/src/components/IconBadge.js#L34) defines ``` showNumber: PropTypes.number, ``` yet its default is `false`, at https://github.com/GetStream/react-native-activity-feed/blob/master/src/components/IconBadge.js#L16 and treated like a boolean at https://github.com/GetStream/react-native-activity-feed/blob/master/src/components/IconBadge.js#L53 Should be `PropTypes.bool` ?

**Setup (always fill this in):** - iOS or Android? `Android` - Expo or regular React Native?: `React Native` - React Native Version: `0.63.3` - `getstream` version: `7.1.1` **Describe the bug**...

enhancement

SETUP - iOS - "react-native": "^0.62.2", - "react": "^16.13.1", - "react-native-activity-feed": "^0.9.1", - "getstream": "^6.2.0", **Describe the bug** When I submit to add a 3rd tier comment, I receive the...

**Setup (always fill this in):** - iOS or Android? **Both** - Expo or regular React Native? **regular** - React Native Version: - `react-native-activity-feed` or `expo-activity-feed` version: `npm list --pattern `/`yarn...