Skip to content

Commit 36e0e30

Browse files
committed
skip: remove fast-image inline require
1 parent 770f49f commit 36e0e30

File tree

1 file changed

+0
-1
lines changed
  • packages/uikit-react-native-foundation/src/components/Image

1 file changed

+0
-1
lines changed

packages/uikit-react-native-foundation/src/components/Image/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function getImageModule(): SendbirdImageComponent {
1414
const hasFastImage = Boolean(NativeModules.FastImageView);
1515
if (hasFastImage) {
1616
try {
17-
require('react-native-fast-image');
1817
return require('./Image.fastimage').default;
1918
} catch (e) {
2019
return require('./Image.reactnative').default;

0 commit comments

Comments
 (0)