For me the issue was that I was using a deprecated package instead of it's up to date newer counterpart. In my case it was @react-native-community/cameraroll (deprecated) instead of @react-native-camera-roll/camera-roll.
Obviously this question is specific to that but consider updating your package which is being affected.