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

The image from the gallery doesn't keep the correct orientation #327

Closed
cfontana0 opened this issue May 20, 2017 · 3 comments
Closed

The image from the gallery doesn't keep the correct orientation #327

cfontana0 opened this issue May 20, 2017 · 3 comments

Comments

@cfontana0
Copy link

Hi! I'm using the library on iOS and the image from the gallery doesn't keep then orientation when I choose an image with the portrait orientation.

I'm not able to reproduce it on Android.

I'm using the following versions of the libraries:

    "react-native-image-crop-picker": "^0.12.8",
    "react-native": "0.39.2",

This is my implementation:

 ImagePicker.openPicker({
        width: 400,
        height: 400,
        cropping: false,
        includeBase64: true,
        maxFiles: 10,
        compressVideoPreset: 'MediumQuality',
        compressImageQuality: 0.5,
        multiple: true
      }).then(images => {
         ... 
      }).catch(e => {
        ....
      })

Any idea?

Thanks,
Carlos

@ivpusic
Copy link
Owner

ivpusic commented May 20, 2017

@cfontana0
Copy link
Author

Brillant! It works! :)

@superandrew213
Copy link
Contributor

I'm also seeing this Android

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

3 participants