Value<T> is a type for the property value defined in the FormDataInput.
If the original value type is a File class, Value<T> converts it to an union
type of File and IFileProps type which is a structured data for the
URI file location in the React Native environment.
Value type of the
FormDataInput.Value<T>is a type for the property value defined in theFormDataInput.If the original value type is a
Fileclass,Value<T>converts it to an union type ofFileand IFileProps type which is a structured data for the URI file location in the React Native environment.