Skip to content
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

Mirror effect or flip feature for photos #2031

Open
alpertas opened this issue Feb 29, 2024 · 2 comments
Open

Mirror effect or flip feature for photos #2031

alpertas opened this issue Feb 29, 2024 · 2 comments

Comments

@alpertas
Copy link

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v^0.40.3
  • react-native v0.73.3

Platform

  • iOS
  • Android

Expected behaviour

Ability to use mirror effect or flip feature for photo taken with ImagePicker.openCamera

Actual behaviour

There is no such feature

Steps to reproduce

  1. null

Attachments

// no need

@denisha25
Copy link

same Issue getting for me
I'm using version
react-native-image-crop-picker v^0.40.3
react-native v0.73.6

When I capture image in front camera getting image with mirror effect. how to fix it
my code here
const image = await ImagePicker.openCamera({
width: 300,
height: 300,
cropping: true,
useFrontCamera: true
});

@alpertas
Copy link
Author

alpertas commented May 5, 2024

same Issue getting for me I'm using version react-native-image-crop-picker v^0.40.3 react-native v0.73.6

When I capture image in front camera getting image with mirror effect. how to fix it my code here const image = await ImagePicker.openCamera({ width: 300, height: 300, cropping: true, useFrontCamera: true });

I don't think you can do this because I haven't seen such a feature yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants