terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
691 stars 450 forks source link

Add TextInput On Touch #222

Open bosheski opened 2 years ago

bosheski commented 2 years ago

Does anyone have any clue how I can add Text On Touch anywhere on the canvas?

When clicking on a Text Button and then touching the Canvas in random position I want a TextInput to be shown and saved upon completion.

Can I please have some guidance on this or if anyone has done this a share would be much appreciated.