In my application i save a batch of images locally using the Expo FileSystem and storing their fully uri in redux (file://......). I transform the image to base64 and store this in the document directory, as a file, whenever an image is taken. When the user uploads the batch of images to firebase I utilze the uploadBytes function, thus converting the base64 file to bytes. However, when I update the app through Testflight or App Store I am not able to view or upload images that already have been taken. Is this because the Document directory path is modified upon update?
Docs for filesystem: https://docs.expo.dev/versions/latest/sdk/filesystem/