Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
deleteText to use for delete file button (accessibility). Defaults to ENGLISH "Delete"
Optional
errorError details to show when invalid
Optional
errorError text to show when invalid
Optional
invalid?: booleanIndicate if file is invalid
Name of the file
Optional
onCallback when the remove button is pressed. Will not show remove icon if not set or if type is not edit/undefined or invalid=true.
Optional
status?: "uploading" | "edit" | "complete"Status of the file upload (default is edit)
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Generated using TypeDoc
Props for FileUploaderItem component