I'm trying to retrieve video URIs from objects in Google Firebase to display in a Flatlist. If the video at that URI was deleted, I want to catch and remove that item from the Flatlist.
The Image object that comes with ReactNative throws an error when the URI location doesn't have an image, but the Video component from Expo doesn't.
Is there a way to check URIs in JS?
Thank you in advance!