File information in React Native.

interface FileInfo {
    name: string;
    type: string;
    uri: string;
}

Properties

Properties

name: string
type: string
uri: string