react-native-image-marker
react-native-image-marker copied to clipboard
Allow setting offset with position
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