Steve Galili

Results 42 issues of Steve Galili

**Motivation** Overriding `MessageText` is awfully complex because `renderText` func needs to be called with a significant number of args. This args originated from several places (theme, contexts, etc.) **Proposed solution**...

Improved Customisability

**Motivation** We would like to help customers more with theming and customizing our SDK components. **Proposed solution** Use a tool like [Miro](https://miro.com/) to visualize and point prop and theming key...

Improved Customisability

**Motivation** Customers would like to have more control (currently theming only) over the overlay background of the message. Others would like to use a blurred backdrop i.e., [RN blur](https://github.com/Kureev/react-native-blur). A...

Feature Request
Improved Customisability
Internal Backlog

**Motivation** We want to be able to use the i18n's translation type elsewhere (RN SDK) **Proposed solution** Extract separate type alias for i18n translation key in the messageType **Acceptance Criteria**...

Feature Request

**Motivation** The implementation is a bit different from the design **Proposed solution** There is no need to show an error for each picture (pic1). Let's go for the simpler version...

Feature Request

## The problem At the moment we're shipping the src dir when publishing. ## Questions - What is the idea behind the shipment o the src folder? (this was changed...

This lib. currently missing an implementation [RTCRtpTransceiver.setCodecPreferences](https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpTransceiver/setCodecPreferences). This implementation will help RN engineers configure the transceiver's preferred codecs.

enhancement
feature-request
confirmed

### Summary Changes to lib.'s docs and example code to align with @mdjastrzebski's blog "[Recommended practices for React Native Testing Library in 2024"](https://mdj.hashnode.dev/recommended-practices-for-react-native-testing-library-in-2024) This part touches the following - use...

Let's create a guide on how to achieve [this](https://github.com/GetStream/stream-chat-react-native/pull/1868/files#diff-52804dd6be73037faf08c42306edb12d209af20db7569a07fcc28c0f46735751) behavior As mentioned in this PR #1868

Documentation
Internal Backlog

**Describe the bug** Watching a channel while already watched causes issues. (double replied messages when replied to a deleted message) **To Reproduce** Steps to reproduce the behavior: - Watch a...

bug