Skip to content

feat: draft message #3114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 223 commits into from
Jun 18, 2025
Merged

feat: draft message #3114

merged 223 commits into from
Jun 18, 2025

Conversation

khushal87
Copy link
Member

The goal of the PR is to add draft messages support for React Native SDK.

isekovanic and others added 30 commits March 7, 2025 15:07
* feat: remove StreamChatGenerics and introduce interface merging

* fix: some of the outstanding todos

* chore: add default interfaces

* chore: remove SCG from sample app

* fix: remove redundant types

* fix: remove type module

* fix: change the way interface declaration is consumed

* fix: ignore ts complaints for interface declaration

* chore: migrate TypescriptMessagingApp away from SCG

* chore: migrate the Expo sample app away from SCG

* fix: commit missing files

* fix: revert mistaken change

* fix: add resolutions for symlinked libs
* feat: introduce support for expo-video

* fix: remove redundant test

* fix: add check for audio component
# Conflicts:
#	.github/workflows/sample-distribution.yml
#	package/src/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.ts
#	package/src/components/ChannelPreview/hooks/useIsChannelMuted.ts
#	package/src/components/ChannelPreview/hooks/useLatestMessagePreview.ts
#	package/src/hooks/useTranslatedMessage.ts
# Conflicts:
#	examples/ExpoMessaging/yarn.lock
#	examples/SampleApp/ios/Podfile.lock
#	examples/SampleApp/yarn.lock
#	examples/TypeScriptMessaging/yarn.lock
#	package/expo-package/yarn.lock
#	package/native-package/yarn.lock
#	package/src/components/ChannelList/hooks/listeners/useUserPresence.ts
#	package/src/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.ts
#	package/src/hooks/useSelectedChannelState.ts
# Conflicts:
#	package/expo-package/package.json
#	package/expo-package/yarn.lock
#	package/native-package/package.json
#	package/native-package/yarn.lock
#	package/src/components/ImageGallery/__tests__/ImageGalleryFooter.test.tsx
#	package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx
#	package/src/components/Message/Message.tsx
#	package/src/components/Message/MessageSimple/MessageSimple.tsx
#	package/src/components/Message/MessageSimple/MessageStatus.tsx
#	package/src/components/Message/hooks/useMessageActionHandlers.ts
#	package/src/components/MessageMenu/MessageReactionPicker.tsx
#	package/src/contexts/messageInputContext/__tests__/pickFile.test.tsx
#	package/src/contexts/messagesContext/MessagesContext.tsx
Copy link
Contributor

@isekovanic isekovanic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please have a look at the comments I left on the PR, those would need to be addressed - but otherwise looks fine to me ! I'll test it out when I get the chance to.

Copy link
Contributor

@isekovanic isekovanic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing that's blocking this from merging it anymore. I'll test it thoroughly in a bit and see if I notice anything, but approving preemptively.

@isekovanic isekovanic merged commit df2e996 into V8 Jun 18, 2025
0 of 3 checks passed
@isekovanic isekovanic deleted the draft-message branch June 18, 2025 12:17
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