Fix upload image to display (#1638)
This commit is contained in:
parent
481197ba5d
commit
34205bd05e
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export default class FileAttachmentImage extends PureComponent {
|
|||
ref={this.handleCapturePreviewRef}
|
||||
style={imageStyle}
|
||||
defaultSource={thumb}
|
||||
tintDefaultSource={true}
|
||||
tintDefaultSource={!file.localPath}
|
||||
filename={file.name}
|
||||
resizeMode={resizeMode}
|
||||
resizeMethod={resizeMethod}
|
||||
|
|
|
|||
Loading…
Reference in a new issue