ximxim / react-native-feedback-reporter

RNFR is on a mission to help developers get useful information from testers to help debug issues by automatically gathering information and integrating it with popular tools.
https://ximxim.github.io/react-native-feedback-reporter/
MIT License
24 stars 3 forks source link

Image editor #20

Open ximxim opened 3 years ago

ximxim commented 3 years ago

Add a very basic image editor that allows users to draw a rectangle on the image and include that in the package of files to upload to the integrations.

ximxim commented 3 years ago

I wonder if we can take inspiration from this code to implement image editor of some sort: https://github.com/callstack/react-native-image-editor/blob/master/ios/RNCImageEditor.m

ximxim commented 3 years ago

or we have to have use react-native-art