React-native-image-crop-picker: iOS dark mode photo albuns names are black and thus can't be read

Created on 29 Dec 2019  路  3Comments  路  Source: ivpusic/react-native-image-crop-picker

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.26.1
  • react-native v0.61.1

Platform

  • iOS

Expected behaviour

In iOS when in dark mode the album names in the picker should be a different color from black.

Actual behaviour

Now the album names text color is black so it can't be distinguished from the dark background.

Most helpful comment

for proper dark mode support please add this to your Podfile

pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec'

All 3 comments

I have the same problem too.

for proper dark mode support please add this to your Podfile

pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec'

@ivpusic that solved the problem. thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhangjunhou picture zhangjunhou  路  3Comments

co-de picture co-de  路  3Comments

xuchao321 picture xuchao321  路  3Comments

tximpa91 picture tximpa91  路  3Comments

jmahatpure01 picture jmahatpure01  路  3Comments