Info.plist: What message do you use when requesting photo library because of camera module

Expo’s camera module requires me to request camera roll permissions to use.

I’m not sure what message I should in info.plist, as camera roll isn’t needed to use the app

Hey @omorhefere,

The Camera module shouldn’t require you to request CAMERA_ROLL permissions. Just to be sure, are you using it directly or are you launching the camera via ImagePicker.launchCameraAsync? If it’s the former, please let me know what SDK version you are running. If it’s the latter, ImagePicker requires both permissions.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.