yarn stream-chat-react-native 5.29.0
v5.29.0

latest releases: 9.2.0-beta.2, 9.2.0-beta.1, 9.1.3...
2 years ago

What's Changed

What is Async Audio?

The features enable you to record and send voice notes in the Chat. 🎉

How to use it?

You can primarily follow this audio support guide to enable and use this feature.

To enable the feature, simply install react-native-audio-recorder-player and react-native-video for React Native CLI applications and expo-av for Expo applications.

After installation, enable the feature by passing the audioRecordingEnabled prop as true in the Channel component of our SDK.

<Channel audioRecordingEnabled={true} />

The release also improves couple of other caveats with duration field in MessageInput and tries to make the FileUploadPreview and the FileAttachment component simpler.

Full Changelog: v5.28.1...v5.29.0

Don't miss a new stream-chat-react-native release

NewReleases is sending notifications on new releases.