* Replace our fork of react-native-camera-roll with latest
published npm version
* Update package-lock.json
* Update Podfile.lock
* Create @react-native-camera-roll+camera-roll+7.10.2.patch
Copying over commits from our fork of camera-roll into a patch-package patch file. This corresponds to these two commits:
1.) "fix: add a stub URI after save w/ add-only permission (#1)
Attempting the fetch the URI of the newly-created photo requires PHOTO LIBRARY
permission, which results in an unexpected permission prompt. This prevents
that from happening by returning a stub URI which hopefully makes it clear
why it's not a real URI."
https://github.com/react-native-cameraroll/react-native-cameraroll/commit/47b39c3d9d9178449bf67d8f39a5909469849d97
2.) "feat: optionally save location when saving photo in iOS"
https://github.com/react-native-cameraroll/react-native-cameraroll/commit/c49afe441e1465f2eb1c25c3a4654f3c4ee5457c