Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

GetStream/stream-chat-react-native

arekkubaczkowski created a comment on an issue on GetStream/stream-chat-react-native
@khushal87 unfortunately I don't want to use MessageActionListItem component, I have a completely custom UI and it is not coupled with action list.

View on GitHub

khushal87 created a comment on an issue on GetStream/stream-chat-react-native
> is this library actively maintained? I have created bunch of issues already and I got no response so far... πŸ€” Hey, you can let us know about your pending issues, and we can try to solve them i...

View on GitHub

khushal87 created a comment on an issue on GetStream/stream-chat-react-native
Hey @arekkubaczkowski, the `action` prop here in the MessageActionListItem can help you with the same if you are planning to use the default action somewhere in the message action itself - https://...

View on GitHub

khushal87 created a comment on an issue on GetStream/stream-chat-react-native
Hey @arekkubaczkowski, so is it something that you have patched on your end?

View on GitHub

isekovanic pushed 17 commits to feat/polls-impl GetStream/stream-chat-react-native
  • feat: major cleanup and PollButtons configurability b6e2c68
  • feat: make poll header configurable 4c36ba8
  • feat: make entire poll configurable c73f876
  • feat: make button actions configurable 8cf5c57
  • fix: remove local db upsertion 6d45e28
  • feat: make PollAnswersList configurable 10f8d3c
  • fix: properly override PollAnswersList 7bdf692
  • feat: make PollResults customizable and add minor fixes bda6fd8
  • feat: make show all optinos configurable 70591ee
  • feat: make full option results configurable e2d1cfe
  • chore: unify poll header across poll components afdda3b
  • fix: create poll dialog styles 89b5b5f
  • feat: add icons in poll modal screens be2d925
  • fix: filter out empty options b024578
  • feat: add duplicate option text validation c5eb7e6
  • feat: add disabling of poll creation if invalid dde3bc7
  • fix: add check for whether max votes per person is enabled fff6607

View on GitHub

arekkubaczkowski closed an issue on GetStream/stream-chat-react-native
[πŸ›] Heavy re-rendering of MessageList
In our app, the MessageList is rendered within a bottom sheet (by Gorhom). To display it properly, we need to calculate the available height within the bottom sheet content and apply this to th...
arekkubaczkowski created a comment on an issue on GetStream/stream-chat-react-native
Fixes by avoiding resizing the list in favour of calculating proper position and animating translateY value.

View on GitHub

mishkeTz created a comment on an issue on GetStream/stream-chat-react-native
Hi, sprry for the late response. Generally the use case is to have channel list rendered on two separate screens with their own list of channels I.e. there one screen where we want to render only ...

View on GitHub

isekovanic pushed 9 commits to feat/polls-impl GetStream/stream-chat-react-native
  • chore: refactor poll results a2c860f
  • chore: refactor full option results 486dd60
  • chore: refactor add comment button c9c2446
  • chore: refactor suggest option button 7eaa706
  • chore: refactor remained of the modals b538e35
  • chore: refactor answers list add comment button as well 6cb693c
  • chore: refactor end vote button c8dd3bc
  • feat: add poll previews 0825268
  • fix: disable polls within threads 89fd4c0

View on GitHub

Stream-SDK-Bot created a comment on a pull request on GetStream/stream-chat-react-native
## SDK Size | `title` | `develop` | `branch` | `diff` | `status` | | - | - | - | - | - | |js_bundle_size|446.7021484375 KB|447 KB|0 B|🟒|

View on GitHub

isekovanic opened a pull request on GetStream/stream-chat-react-native
fix: double loading when targetting a message
## 🎯 Goal Fixes an issue where the `MessageList` would be loaded twice whenever we target a message specifically through `messageId` on the `Channel`. The `targetedMessage` prop still works as i...
isekovanic created a branch on GetStream/stream-chat-react-native

fix/double-loading-on-searched-message - πŸ’¬ React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream

isekovanic pushed 2 commits to feat/polls-impl GetStream/stream-chat-react-native
  • fix: forgotten issues with new state hook 83358f3
  • chore: refactor show all options button cd1e279

View on GitHub

isekovanic pushed 4 commits to feat/polls-impl GetStream/stream-chat-react-native
  • feat: offline support for polls e5832fb
  • fix: offline storage for polls ca7df8e
  • fix: revamp poll context entirely and rely on hooks dependent on it 78bf2d4
  • fix: thread replies to poll issue 7891df8

View on GitHub

github-actions[bot] created a tag on GetStream/stream-chat-react-native

v5.39.4-beta.1 - πŸ’¬ React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream

khushal87 deleted a branch GetStream/stream-chat-react-native

fix-sender-receiver-bg-color

khushal87 pushed 1 commit to develop GetStream/stream-chat-react-native
  • fix: add sender and receiver background color for message bubble in message overlay (#2710) 7e64290

View on GitHub

khushal87 closed a pull request on GetStream/stream-chat-react-native
fix: add sender and receiver background color for message bubble in m…
…essage overlay ## 🎯 Goal <!-- Describe why we are making this change --> ## πŸ›  Implementation details <!-- Provide a description of the implementation --> ## 🎨 UI Changes <!-- Add...
isekovanic created a review on a pull request on GetStream/stream-chat-react-native
Looks good !

View on GitHub

isekovanic pushed 1 commit to feat/polls-offline-support GetStream/stream-chat-react-native
  • fix: thread replies to poll issue 7891df8

View on GitHub

Stream-SDK-Bot created a comment on a pull request on GetStream/stream-chat-react-native
## SDK Size | `title` | `develop` | `branch` | `diff` | `status` | | - | - | - | - | - | |js_bundle_size|446.7021484375 KB|447 KB|0 B|🟒|

View on GitHub

khushal87 opened a pull request on GetStream/stream-chat-react-native
fix: add sender and receiver background color for message bubble in m…
…essage overlay ## 🎯 Goal <!-- Describe why we are making this change --> ## πŸ›  Implementation details <!-- Provide a description of the implementation --> ## 🎨 UI Changes <!-- Add...
khushal87 created a branch on GetStream/stream-chat-react-native

fix-sender-receiver-bg-color - πŸ’¬ React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream

isekovanic pushed 1 commit to feat/polls-offline-support GetStream/stream-chat-react-native
  • fix: offline storage for polls ca7df8e

View on GitHub

hahtml starred GetStream/stream-chat-react-native
haozhutw starred GetStream/stream-chat-react-native
Victor-Nyagudi starred GetStream/stream-chat-react-native