Skip to content

Commit b5c6b79

Browse files
committed
chore: update changelog draft
1 parent c55aba7 commit b5c6b79

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG_DRAFT.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## v3.4.2
1+
## v3.4.3
22

3-
- Removed conditional hooks even if they depend on an unchanging value.
4-
- Fixed an issue with the `sdk` type in the `useSendbirdChat()` hook.
3+
- Added `disableFastImage` prop to Image component in foundation package.
4+
```tsx
5+
import { Image } from '@sendbird/uikit-react-native-foundation';
6+
7+
// If you don't want to use FastImage in UIKit for React Native, you can specify this default prop
8+
if (Image.defaultProps) Image.defaultProps.disableFastImage = true;
9+
```

0 commit comments

Comments
 (0)