Image Camera picker has black view

const {base64, cancelled} = await Expo.ImagePicker.launchCameraAsync({
        base64: true,
      });

This sometimes gives me a black view instead of the camera, but it does show me the camera chrome (flash, cancel, selfie) which is responsive. The change between a working camera and non-working seems random.

Can be seen here: https://expo.io/@haroen/monumentrun

What platform? Can you create a github issue for this?

I’m having this issue on iOS. Have you found the solution?