-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use this lib with react-native-image-crop-picker or react-native-image-picker? #215
Comments
I have same question did you fix this issue yet or not @abdoerrahiem |
react-native-image-picker로 가져온 uri를 아래처럼 바꾼후에 해보세요 |
You should use the value of path (after received image from ImagePicker) as below: |
can you tell how to use with image-crop-picker that is used above code also |
not working for me too. |
It worked for me. const imagePath = image.path; And give path: path1 |
The image quality is very low compared to the original image. Any idea |
@prscX I have done the same but for ios, it shows and then hides right after that. Any idea will be appreciated. |
I want to use this library as editor of a photo taken by react-native-image-crop-picker or react-native-image-picker.
But when I put the result (uri) to path of this lib. It got blank and in onDone, the value still the same as before.
The text was updated successfully, but these errors were encountered: