JimmyDaddy / react-native-image-marker

🙈Adding text or icon watermark to your image using React Native👀👀
https://jimmydaddy.github.io/react-native-image-marker/
MIT License
316 stars 93 forks source link

The X and Y of watermarkImages not work #215

Closed StrangeTown closed 7 months ago

StrangeTown commented 7 months ago
image

I have set the Y of watermarkImage's position, but the image was still on the top of the background image.

JimmyDaddy commented 7 months ago

@StrangeTown hello, can you update to v1.1.15 and try again? I made a mistake in the version number in my previous issue response. It should be 1.1.15, not 1.1.5.

StrangeTown commented 7 months ago

The position worked when I update the version to v1.1.15. Thank you!!