export const isVideo = (uri: string) => { return uri.includes('mp4') }