I see many mobile apps having a feature that user can draw a square to indicate something to tag on the image.
I\'m building Face Tagging
app and basical
You can add children (in your case, square Views) to an Image tag, so you could do something like
You can get the x and y coordinates with the PanResponder API instead of hardcoding the top and left style properties
Edit: RN 50=< Removed support of nested content inside , use ImageBackground instead