Woraphot Chokratanasombat

Results 16 comments of Woraphot Chokratanasombat

Since type is not the same I think it should be rename to "revealMode" which will be breaking change

With this pull request this library should support AFNetworking 3.1, so sad. @bdbergeron Could you please accept this merge request and release this change.

You need to add `x86_64` ``` include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" ``` And ``` def versionCodes = ["armeabi-v7a":1, "x86":2, "arm64-v8a": 3, "x86_64": 4] ```

@brennanMKE Can you take a look at this PR?

RN 0.62 has autolink functionality so you don't need add entry in pod

Hi @dnx-xy and @AllStackDev1, For react native >= 60, you can just add a dependency via ``` $ yarn add react-native-photo-manipulator ``` (or) ``` $ npm install react-native-photo-manipulator ``` and...

@philippe28 Thanks, I updated README accordingly.

Hi @Caundy, For ios exif data was removed due to I use UIImage.pngData() or UIImage.jpegData() to export to file. For android, I think exif data is removed too since it...