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 770f49f commit 36e0e30Copy full SHA for 36e0e30
packages/uikit-react-native-foundation/src/components/Image/index.ts
@@ -14,7 +14,6 @@ function getImageModule(): SendbirdImageComponent {
14
const hasFastImage = Boolean(NativeModules.FastImageView);
15
if (hasFastImage) {
16
try {
17
- require('react-native-fast-image');
18
return require('./Image.fastimage').default;
19
} catch (e) {
20
return require('./Image.reactnative').default;
0 commit comments