Skip to content

v3.4.3

Compare
Choose a tag to compare
@bang9 bang9 released this 20 Mar 00:10
· 189 commits to main since this release
8c5b814

3.4.3 (2024-03-20)

Release notes

  • Added disableFastImage prop to Image component in foundation package.
    import { Image } from '@sendbird/uikit-react-native-foundation';
    
    // If you don't want to use FastImage in UIKit for React Native, you can specify this default prop
    if (Image.defaultProps) Image.defaultProps.disableFastImage = true;

Changelogs

Features

  • foundation: add disableFastImage prop to Image component (538cabb)