Expo-Camera URI's not working after app update

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all):Android/iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.
    Camera

I am using Expo-Camera to capture a video and then take the URI from the promise and use that to display the video to the user. I then store that URI using AsyncStorage so I can show the user all of their videos in one view. Everything works great but when I push an app update to users, the previous apps URI’s are no longer working almost like the cache is being cleared. Any suggestions to retain the video URI’s through an app update?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.