Tell us which versions you are using:
Tell us to which platform this issue is related
Image picker should looks properly in dark mode.
( background color, text color )
Picker background partly white. The albums titles are not readable.
get iPhone XR
call openPicker
Look at picker styles.

+1
I made a fork to add the dark mode support #1129
+1
released https://github.com/ivpusic/react-native-image-crop-picker/releases/tag/v0.25.3. check release notes
If anyone is still stuck on a react-native < 0.60 project like me, this fix seems to work on < 0.25.0 versions as well.
Thanks @cr1s3c!
Thanks, adding a dependency
pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec',
running pod install and Product > Clean Build Folder solves that issue with iOS 13 dark mode for my app.

If anyone is still stuck on a react-native < 0.60 project like me, this fix seems to work on < 0.25.0 versions as well.
Thanks @cr1s3c!
@jrapala -- did you have to edit node_modules directly?
@Rileyp33 Yep, I'm a fan of patch-package for making adjustments like this.
patch-package
Thank you!
Solution from @jrapala works (for those stuck on a react-native < 0.60 project)! Found another workaround for anyone in this situation who wants to avoid patching node_modules:
react-native-image-crop-picker > v0.25.3ios directory, create a directory called patchreact-native-image-crop-picker/ios/QBImagePicker from the cloned repo and drop it into your new patch directorypod 'QBImagePickerController', :path => './patch/QBImagePicker/QBImagePickerController.podspec'$ cd ios && pod installIf anyone is still stuck on a react-native < 0.60 project like me, this fix seems to work on < 0.25.0 versions as well.
Thanks @cr1s3c!
Thanks, adding a dependency
pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec',
runningpod installandProduct>Clean Build Foldersolves that issue with iOS 13 dark mode for my app.
Thanks, adding a dependency
pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec',
runningpod installandProduct>Clean Build Foldersolves that issue with iOS 13 dark mode for my app.
thank you save my hair XDDDDD
Most helpful comment
Solution from @jrapala works (for those stuck on a react-native < 0.60 project)! Found another workaround for anyone in this situation who wants to avoid patching node_modules:
react-native-image-crop-picker> v0.25.3iosdirectory, create a directory calledpatchreact-native-image-crop-picker/ios/QBImagePickerfrom the cloned repo and drop it into your newpatchdirectorypod 'QBImagePickerController', :path => './patch/QBImagePicker/QBImagePickerController.podspec'$ cd ios && pod install