terrylinla / react-native-sketch-canvas

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

Add images to canvas #162

Open arunnambissan opened 4 years ago

arunnambissan commented 4 years ago

Is it possible to select images from the phone gallery and add it to canvas?

paraswattschicmic commented 4 years ago

@arunnambissan have you successfully linked to this library?

arunnambissan commented 4 years ago

No. I have implemented fetching the image URI of an image from the gallery. But didn't find a way to add inside the canvas.

krishcdbry commented 4 years ago

Any update on this ?

creambyemute commented 3 years ago

@arunnambissan @paraswattschicmic @krishcdbry localSourceImage={this.state.imageEditorBackgroundImage}

yestay90 commented 3 years ago

@creambyemute , is you localSouceImage gets a little bit blurred when you take picture of text?

Sikandarkhan commented 3 years ago

Can we add multiple images on canvas?