Ahmed Ismail
Ahmed Ismail
Hit this bug yesterday on an Android 9 device. Android/iOS emulator/simulator is fine. "react-native": "^0.61.5" "@react-native-community/image-editor": "^2.2.0" "react-native-image-rotate": "^2.1.0" But, I've also updated the `react-native-image-rotate` code so that it can...
Hey @enthussb It's basically just the android `build.gradle` and iOS `ImageRotateModule.m` files. For the former, [this should be sufficient](https://github.com/interphased/react-native-image-rotate/blob/616fe5b1349ff722d0e5535af1ce7467199c56bf/android/build.gradle).
I haven't looked into it too deeply but I do know that [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) implements image rotation using the [uCrop library](https://github.com/Yalantis/uCrop). `uCrop` is quite robust, but it is **for Android only**....
> JSON.parse(JSON.stringify({ uri: photo.uri, type: 'image/jpeg', name: 'testPhotoName' })); Isn't this basically just the same as type casting as `any`?
If you're getting this error because you're still using the hacky workaround of setting `value` and then clearing it when the `clearIcon` is pressed, then try using the `defaultValue` prop...
Just hit this as well. The logs are below in case they help anyone. The SQL query executed is there as well and is executed when my app rehydrates the...
> I tested a little and what seems to happen is that the flash is actually the empty `MainActivity` showing for an instant, before the interface renders. So your fix...
To avoid creating another issue, I'll post another discrepancy between documentation and code here as well. The documentation states that the property `price` is the `localized price string, with only...