You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 propif(Image.defaultProps)Image.defaultProps.disableFastImage=true;
Changelogs
Features
foundation: add disableFastImage prop to Image component (538cabb)