react-native-image-rotate
react-native-image-rotate copied to clipboard
Fix a compatibility error that prevents gradle to compile successfully
Fixed `Calling bride.imageLoader is deprecated and will not work in newer versions of RN. Please update to the moduleForClass API or turboModuleLookupDelegate API` warning (iOS) ![Captură de ecran din 2021-03-01...
Compilation used to work fine in Expo SDK 43. Also, the React Native version didn't change, so I guess it's either some new way Expo is building bare projects or...
```bash A problem occurred configuring project ':react-native-image-rotate'. > Could not resolve all artifacts for configuration ':react-native-image-rotate:classpath'. > Could not find com.android.tools.build:gradle:4.1.3. Searched in the following locations: - https://jcenter.bintray.com/com/android/tools/build/gradle/4.1.3/gradle-4.1.3.pom If the...
Update gradle, sdk, and build tool versions so `assembleRelease` will compile in `react-native ^0.59.2`.
Is there any way to get base64, width, height, uri from the response object? Also, I can get base64 using rn-fetch-blob but it's stressful.
/react-native-image-rotate/android/src/main/java/io/codebakery/imagerotate/ImageRotatePackage.java:21: error: method does not override or implement a method from a supertype @Override ^ 1 error :react-native-image-rotate:compileReleaseJavaWithJavac FAILED FAILURE: Build failed with an exception. * What went wrong: Execution...
OS: Android 6 RN version: 0.55.4 react-native-image-rotate version: 2.1.0 HOW TO REPRODUCE IT?: Rotate an image. Then rotate the returned image. Then rotate the newly returned image.... Do this let's...
I am unable to pick a image from my local project. The error I am getting is :- **TypeError : expected dynamic type 'string' but had type 'int64' for ImageRotateModule.rotateImage...
Hi, when I rotate non-square images the images are distorted when angle is 90 or 270. What should I do? Thanks.