I am using react-native-image-crop-picker library within react-native application Version details
react-native version: 59.10
react-native-image-crop-picker: 0.25.3
xcode: 10.1
While execution of code I am getting the error QBImagePicker/QBAssetsViewController.m:198:31: No known class method for selector 'labelColor'
195 // Info label
196 UIColor *labelColor = [UIColor blackColor];
197 if (@available(iOS 13.0, *)) {
198 labelColor = [UIColor labelColor];
199 }
I have tried to upgrade library version but issue is still there. can anyone please help
Thank you in advance