mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
Merge pull request #64 from tdekoning/master
Image resizing - Fixing resizemode support.
This commit is contained in:
commit
a6b1e48696
@ -142,6 +142,7 @@ class FastImageViewManager extends SimpleViewManager<ImageViewWithUrl> implement
|
|||||||
Glide
|
Glide
|
||||||
.with(view.getContext())
|
.with(view.getContext())
|
||||||
.load(glideUrl)
|
.load(glideUrl)
|
||||||
|
.dontTransform()
|
||||||
.priority(priority)
|
.priority(priority)
|
||||||
.placeholder(TRANSPARENT_DRAWABLE)
|
.placeholder(TRANSPARENT_DRAWABLE)
|
||||||
.listener(LISTENER)
|
.listener(LISTENER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user