Skip to content

Commit 00b8de2

Browse files
committed
chore: update changelog draft
1 parent 503174b commit 00b8de2

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

CHANGELOG_DRAFT.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
## v3.5.0
1+
## v3.5.1
22

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-
```
3+
- Removed unused ios media library permission in the `FileService` implementation.

0 commit comments

Comments
 (0)