Hello guys
I'm making a simple image editor in react native. In which I'm adding multiple text over a image. But as soon as I added one more text over image, the all text comes to an initial position, but I want to place them as where they were before.
Like in PicsArt
where we can add multiple text over image and all the text have their position where they moved or dragged and resized. When the new text is added, previous text have their previous position.
How to do that?