unable to open the camera in ios 11.0.1.
it's related to this: https://github.com/lwansbrough/react-native-camera/issues/923
Resolved Reference : #924
I have just summarized the work solution.
NSCameraUsageDescription
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME).needs to save photos</string>
NSPhotoLibraryAddUsageDescription
<key>NSPhotoLibraryAddUsageDescription</key>
<string>$(PRODUCT_NAME).needs to take photos</string>
See README.md
Most helpful comment
Resolved Reference : #924
I have just summarized the work solution.
NSCameraUsageDescription
NSPhotoLibraryAddUsageDescription