Skip to content

Conversation

@isekovanic
Copy link
Contributor

@isekovanic isekovanic commented Feb 11, 2026

🎯 Goal

This PR implements the redesign requirements for the attachment picker.

To achieve this, we:

  • Introduce a state store for the picker
  • Make sure keyboard interactions work nicely
  • Improve animations so that they're in line with other timings
  • Reimplement the selection bar and make sure it's part of the picker
  • Introduce MessagePickerContent in order to provide an easy way to override the selectable content of the picker
  • Fixes some UI bugs with the MessageInput component and the picker
  • Fixes weird behaviour bugs with our BottomSheet component

TODO:

  • Implement the new designs for the media picker items
  • Get rid of all of the props we want to remove
  • Command picker icons

Note: The native image picker will come in a separate PR.

🛠 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

@isekovanic isekovanic requested a review from khushal87 February 11, 2026 03:01
@Stream-SDK-Bot
Copy link
Contributor

Stream-SDK-Bot commented Feb 11, 2026

SDK Size

title develop branch diff status
js_bundle_size 366 KB 387 KB +21245 B 🔴

# Conflicts:
#	package/src/components/Channel/Channel.tsx
#	package/src/components/Channel/hooks/useCreateInputMessageInputContext.ts
#	package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts
@isekovanic isekovanic merged commit 28742f5 into develop Feb 11, 2026
3 of 5 checks passed
@isekovanic isekovanic deleted the feat/attachment-picker-rework branch February 11, 2026 15:51
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.

3 participants