Skip to content

chore: pass contentContainerStyle to MessageFlashList#3348

Merged
isekovanic merged 1 commit intoGetStream:developfrom
normanwilde:chore/pass-contentContainerStyle-to-message-flash-list
Feb 3, 2026
Merged

chore: pass contentContainerStyle to MessageFlashList#3348
isekovanic merged 1 commit intoGetStream:developfrom
normanwilde:chore/pass-contentContainerStyle-to-message-flash-list

Conversation

@normanwilde
Copy link
Contributor

🎯 Goal

This PR enables passing additionalFlashListProps.contentContainerStyle to the <MessageFlashList /> component similar to how it works on <MessageList />.

πŸ›  Implementation details

Extends flatListContentContainerStyle with additionalFlashListProps?.contentContainerStyle.

🎨 UI Changes

n/a

πŸ§ͺ Testing

Pass the following as additionalFlashListProps to <MessageFlashList />:

{
  contentContainerStyle: {
backgroundColor: "blue",
  },
}

β˜‘οΈ 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

@isekovanic isekovanic self-requested a review February 3, 2026 12:29
@isekovanic
Copy link
Contributor

isekovanic commented Feb 3, 2026

Hi @normanwilde !

Thank you very much for your contribution ! This one slipped through the cracks it seems. Looks good to me !

@isekovanic isekovanic merged commit 0437a4b into GetStream:develop Feb 3, 2026
2 of 3 checks passed
@normanwilde normanwilde deleted the chore/pass-contentContainerStyle-to-message-flash-list branch February 3, 2026 13:02
isekovanic added a commit that referenced this pull request Feb 3, 2026
## 🎯 Goal

Port of [this
PR](#3348) to
the V8 release branch.

## πŸ›  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
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.

2 participants