diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index a66d65d97a..19e1288d40 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -1,6 +1,5 @@ import React from 'react' import { - type ImageStyle, Keyboard, type LayoutChangeEvent, StyleSheet, @@ -125,7 +124,7 @@ type GalleryItemProps = { image: ComposerImage altTextControlStyle?: ViewStyle imageControlsStyle?: ViewStyle - imageStyle?: ImageStyle + imageStyle?: ViewStyle onChange: (next: ComposerImage) => void onRemove: () => void } @@ -161,7 +160,7 @@ const GalleryItem = ({ return (