ImageManipulator iOS resize problem

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

Hi! Can you create an example on https://snack.expo.io/ showing this bug?

1 Like

Seems you’re right :scream: looking into this! (just Retina things…)

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.