Links
Comment on page

File

A React Native File object used to send files
interface File {
uri: string;
fileName?: string;
type: string;
}

Properties

Field
Type
State
Description
uri
string
required
the uri to the file
fileName
string
optional
the name of the file
type
string
required
the file type i.e image/jpeg
Last modified 2mo ago