NSPhotoLibraryUsageDescription key must be present in Info.plist to use camera roll

Recently I started to get this error:

NSPhotoLibraryUsageDescription key must be present in Info.plist to
use camera roll.

I am using React Native to build my app (I am not familiar with ios native development) and I don’t know how to add this key to Info.plist

Can you post an example? Thanks

I am using npm package "react-native-camera-roll-picker": "^1.1.7"

enter image description here

11 Answers
11

Leave a Comment