I’m trying to use ImageManipulator but the result was not as expected.
ImageManipulator.manipulate(uri, { resize: { width: 500, height: 500 } }, {})
In Android i got an 500x500 image.
In iPhone 5 i got an 1000x1000 image
In iPhone 7+ i got an 1500x1500 image
Why this diferences?
2 Likes
jesse
#2
Hi! Can you create an example on https://snack.expo.io/ showing this bug?
1 Like
aalices
#3
Seems you’re right
looking into this! (just Retina things…)
1 Like
system
closed
#4
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.