react-native-sketch-draw icon indicating copy to clipboard operation
react-native-sketch-draw copied to clipboard

How to get jpeg image ?

Open MrZhang123 opened this issue 6 years ago • 1 comments

when i save the image , i get png image , how to setting to get jpg image ?

MrZhang123 avatar Mar 29 '18 03:03 MrZhang123

You need to convert it to png I guess. You can use react-native-image-resizer to resize the image if you need to and save to JPEG.

mark-spurgeon avatar May 26 '18 08:05 mark-spurgeon