react-native-image-marker icon indicating copy to clipboard operation
react-native-image-marker copied to clipboard

Allow setting offset with position

Open ShivamJoker opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. I am building a certificate generator where I need to place name in center but I need to move the text a bit upwards. Right now I will have to calculate the text width and image width and height's as well to just add a bit of offset.

Describe the solution you'd like It would be great to have params with offsetX, offsetY

Describe alternatives you've considered Right now I will have to calculate the text width and image width and height's as well to just add a bit of offset.

Additional context

image

ShivamJoker avatar Dec 15 '21 15:12 ShivamJoker