react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Add Grayscale Option for Android in react-native-image-crop-picker
I’ve added a grayscale option to react-native-image-crop-picker for Android. When { grayscale: true } is passed as an option, the cropped image is displayed in grayscale, but the final output image remains unmodified (without grayscale applied).
This can be useful for apps that need to preview images in grayscale before applying further processing.
Implementation Details: • Grayscale effect is applied only during preview in uCrop. • The final cropped image remains in its original colors to maintain flexibility. • This patch currently supports Android.
Patch Updated!