Skip to content

Conversation

@isekovanic
Copy link
Contributor

🎯 Goal

🛠 Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

🧪 Testing

☑️ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

khushal87 and others added 6 commits November 17, 2025 11:52
feat: enable react compiler in the Sample and Expo app
….2 in /examples/TypeScriptMessaging (#3290)

Bumps
[@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli)
from 19.1.1 to 19.1.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-native-community/cli/commit/29ec42ba6938220f035049304f02cef0da230ea9"><code>29ec42b</code></a>
v19.1.2</li>
<li>See full diff in <a
href="https://github.com/react-native-community/cli/commits/v19.1.2/packages/cli">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@react-native-community/cli&package-manager=npm_and_yarn&previous-version=19.1.1&new-version=19.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/GetStream/stream-chat-react-native/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## 🎯 Goal

This PR provides a performance improvement for the swipe-to-reply
functionality, where we keep:

- Keeps scrolling performance the same (animated views do not pollute
the virtual DOM)
- Renders only one `Animated.View` (conditionally)
- Animates through pushing out the rest of the content rather than
displaying old content

## 🛠 Implementation details

<!-- Provide a description of the implementation -->

## 🎨 UI Changes

<!-- Add relevant screenshots -->

<details>
<summary>iOS</summary>


<table>
    <thead>
        <tr>
            <td>Before</td>
            <td>After</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <!--<img src="" /> -->
            </td>
            <td>
                <!--<img src="" /> -->
            </td>
        </tr>
    </tbody>
</table>
</details>


<details>
<summary>Android</summary>

<table>
    <thead>
        <tr>
            <td>Before</td>
            <td>After</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <!--<img src="" /> -->
            </td>
            <td>
                <!--<img src="" /> -->
            </td>
        </tr>
    </tbody>
</table>
</details>

## 🧪 Testing

<!-- Explain how this change can be tested (or why it can't be tested)
-->

## ☑️ Checklist

- [ ] I have signed the [Stream
CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform)
(required)
- [ ] PR targets the `develop` branch
- [ ] Documentation is updated
- [ ] New code is tested in main example apps, including all possible
scenarios
  - [ ] SampleApp iOS and Android
  - [ ] Expo iOS and Android
@Stream-SDK-Bot
Copy link
Contributor

SDK Size

title develop branch diff status
js_bundle_size 292 KB 292 KB 0 B 🟢

@github-actions
Copy link

Next releases

v8.9.0

8.9.0 (2025-11-21)

Features

  • enable react compiler in the Sample and Expo app (dffdffa)

Bug Fixes

  • change var name in the useMessageDeliveryData hook (5e84ba9)
  • export hooks and add message info read and delivery UI (#3291) (0c03992)
  • update stream-chat version to 9.26.0 (#3292) (d257638)

Performance Improvements

  • prevent unmounting MessageBubble when STR happens (#3281) (53739b8)

[email protected]

4.8.0 (2025-11-21)

Features

  • enable react compiler in the Sample and Expo app (dffdffa)

Bug Fixes

  • export hooks and add message info read and delivery UI (#3291) (0c03992)

@isekovanic isekovanic merged commit 8e34d4f into main Nov 21, 2025
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants