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 c55aba7 commit b5c6b79Copy full SHA for b5c6b79
CHANGELOG_DRAFT.md
@@ -1,4 +1,9 @@
1
-## v3.4.2
+## v3.4.3
2
3
-- Removed conditional hooks even if they depend on an unchanging value.
4
-- Fixed an issue with the `sdk` type in the `useSendbirdChat()` hook.
+- Added `disableFastImage` prop to Image component in foundation package.
+ ```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