We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503174b commit 00b8de2Copy full SHA for 00b8de2
CHANGELOG_DRAFT.md
@@ -1,20 +1,3 @@
1
-## v3.5.0
+## v3.5.1
2
3
-- Added `enableReactionsSupergroup` to enable reactions in super group channels.
4
- ```tsx
5
- import { SendbirdUIKitContainer } from '@sendbird/uikit-react-native';
6
-
7
- const App = () => {
8
- return (
9
- <SendbirdUIKitContainer
10
- uikitOptions={{
11
- groupChannel: {
12
- enableReactionsSupergroup: true,
13
- },
14
- }}
15
- >
16
- {/* Rest of your app */}
17
- </SendbirdUIKitContainer>
18
- );
19
- };
20
- ```
+- Removed unused ios media library permission in the `FileService` implementation.
0 commit comments