A React Native File object used to send files
interface File { uri: string; fileName?: string; type: string; }
uri
string
required
the uri to the file
fileName
optional
the name of the file
type
the file type i.e image/jpeg
image/jpeg
Last updated 1 year ago