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 ee77ed4 commit 10e1194Copy full SHA for 10e1194
package/src/contexts/overlayContext/OverlayProvider.tsx
@@ -27,8 +27,8 @@ import { ImageOverlaySelectedComponent as DefaultImageOverlaySelectedComponent }
27
import { ImageSelectorIcon as DefaultImageSelectorIcon } from '../../components/AttachmentPicker/components/ImageSelectorIcon';
28
import { ImageGallery } from '../../components/ImageGallery/ImageGallery';
29
import { MessageOverlay } from '../../components/MessageOverlay/MessageOverlay';
30
-import { BlurView } from '../../native';
31
import { useStreami18n } from '../../hooks/useStreami18n';
+import { BlurView } from '../../native';
32
33
import type BottomSheet from '@gorhom/bottom-sheet';
34
0 commit comments