After installing latest Expo client in iOS Simulator I am getting a permission error with camera roll

Hello,

I am using the ImagePicker.launchImageLibraryAsync() function call and anytime it gets called I get a new error stating “Missing camera roll permission” when testing the app in iOS Simulator iPhone 8. It is preventing me from selecting image files. The only change I know of is that I updated the Expo client in the iOS simulator.

Has anyone run into this issue before?

Thank you,

Hey @mazerab
We forgot to add this breaking change to our release notes. You need to ask for camera roll permissions in order to launch the image picker. See issue on github.
Sorry for this inconvenience!

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