File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
package/src/components/Attachment Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -444,15 +444,15 @@ const GalleryImageThumbnail = ({
444444 < ImageLoadingFailedIndicator onReloadImage = { onReloadImage } />
445445 ) : (
446446 < >
447- { /* <GalleryImage*/ }
448- { /* onError={onError}*/ }
449- { /* onLoadEnd={onLoadEnd}*/ }
450- { /* onLoadStart={onLoadStart}*/ }
451- { /* resizeMode={thumbnail.resizeMode}*/ }
452- { /* style={gallery.image}*/ }
453- { /* uri={thumbnail.url}*/ }
454- { /*/>*/ }
455- { true ? < ImageLoadingIndicator /> : null }
447+ < GalleryImage
448+ onError = { onError }
449+ onLoadEnd = { onLoadEnd }
450+ onLoadStart = { onLoadStart }
451+ resizeMode = { thumbnail . resizeMode }
452+ style = { gallery . image }
453+ uri = { thumbnail . url }
454+ />
455+ { isLoadingImage ? < ImageLoadingIndicator /> : null }
456456 </ >
457457 ) }
458458 </ View >
You can’t perform that action at this time.
0 commit comments