I have stumbled upon a weird issue.
I have upgraded my expo app to SDK38 (managed workflow), no major changes to the code other than a couple of bug fixes and the expo upgraded packages.
I then built and released to test-flight, the app now asks for access to photos on boot.
I have found no mention on expo docs about forced CAMERA_ROLL permissions and I am not calling it anywhere. The only permission the app asks for are LOCATION and NOTIFICATIONS.
Have I missed something? How can I find what is requesting these permissions?
Thanks for any help!