Not a bug - a note for other users. You may find this component crashes due to iOS10 needing addition descriptions in info.plist.
NSPhotoLibraryUsageDescription
NSCameraUsageDescription
Might be only related to using XCode - 8 beta.
Might like to add that to the iOS installation instructions.
Same issue here. @Gnative could you describe a little more explicitly what needs to be done to prevent the crash?
@yn5 you just need to add the NSPhotoLibraryUsageDescription and NSCameraUsageDescription keys to your Info.plist. The values should be strings describing why your app needs each permission.
I will add this to the README, thanks @Gnative.
Most helpful comment
@yn5 you just need to add the
NSPhotoLibraryUsageDescriptionandNSCameraUsageDescriptionkeys to yourInfo.plist. The values should be strings describing why your app needs each permission.I will add this to the README, thanks @Gnative.