Skip to content
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

chore: upgrade react native SDK version to 0.73.6 and fix incompatibilies #2475

Merged
merged 9 commits into from
Apr 12, 2024

Conversation

khushal87
Copy link
Member

@khushal87 khushal87 commented Apr 5, 2024

🎯 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

Copy link
Member

@santhoshvai santhoshvai Apr 8, 2024

Choose a reason for hiding this comment

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

please dont change to pressable as the previous opacity animation is now lost

/**
* Typescript currently does not support partial inference so if ThreadContext
* typing is desired while using the HOC withThreadContextContext the Props for the
* @deprecated because of no usage
Copy link
Member

Choose a reason for hiding this comment

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

can we remove because of no usage in all equivalent comments please..

the reason below is acceptable enough in my view

@@ -87,7 +87,7 @@ export const MessageSystem = <
<Text style={[styles.text, { color: grey }, text]}>
{message.text?.toUpperCase() || ''}
</Text>
<Text style={[styles.text, { color: grey }, dateText]}>{date}</Text>
<Text style={[styles.text, { color: grey }, dateText]}>{date.toString()}</Text>
Copy link
Member

Choose a reason for hiding this comment

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

wow this is actually a bug fix 👏

@khushal87 khushal87 marked this pull request as ready for review April 10, 2024 07:50
@khushal87 khushal87 merged commit 8abf80e into develop Apr 12, 2024
6 checks passed
@khushal87 khushal87 deleted the sdk-0.73-upgrade branch April 12, 2024 05:00
@stream-ci-bot
Copy link
Contributor

🎉 This PR is included in version 5.27.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants