Steve Galili

Results 42 issues of Steve Galili

**Motivation** @madsroskar is constantly frustrated with yarn, and node modules are being managed. **Proposed solution** Use ppnpm by following where @madsroskar left in this [PR]( https://github.com/GetStream/stream-chat-react-native/pull/1076/files) **Acceptance Criteria** pnpm is...

Enhancement

**Motivation** Our current [getting started guide](https://getstream.io/chat/docs/sdk/reactnative/#add-dependencies). We have tabs for `yarn` vs `npm` , but I think it will make more sense to have tabs - React Native vs Expo...

Documentation

Convert all js tests to typescript gz#22647

Enhancement

**Motivation** Generics cause unneeded complexity and confusion among customers. [See internal conversation](https://getstream.slack.com/archives/C012FGW0XJS/p1653920303404839) **Proposed solution** Answering these questions: - What will be the best way to achieve this? - How should...

Feature Request
Improved Customisability

**Motivation** We often get the question of how to change the styling of MessageInput's TextInput when typing. **Proposed solution** Let's document this in a guide, where we take our customers...

Feature Request
Documentation

As mentioned [here](https://getstream.slack.com/archives/C016MJGGSF9/p1651509730162219) gz#22788

Documentation
Push Notification

**Motivation** `MessageTextContainer` is not customizable. Several customers are interested in customizing this particular component to achieve a specific look and feel, such as a gradient background. More info [here](https://getstream.slack.com/archives/C02GBL5M1BK/p1652839611703699) **Proposed...

Feature Request
Improved Customisability

How to customize touchable handlers and get relevant information when a handler is fired.

Improved Customisability

**Motivation** We're currently using @vishalnarkhede GH/NPM accounts throughout the SDK's CI/CD workflows. This is not the best practice for many reasons such as security etc. **Proposed solution** Use a general...

CI/CD

**Describe the bug** setInputBoxRef type of AutoCompleteInput is incorrect. Our AutoCompleteInput expects setInputBoxRef: `(ref: TextInput | null) => void;` Where my local context messageInputRef is `RefObject` originating from a regular...

Bug
Good First Issue