Skip to content

Conversation

@normanwilde
Copy link

🎯 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

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.

1 participant