You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that the type parameter not take effect, I give the accepted types, but still pick other type of file successfully
DocumentPicker.pickSingle({
type: [
DocumentPicker.types.plainText,
DocumentPicker.types.pdf,
DocumentPicker.types.zip,
DocumentPicker.types.csv,
DocumentPicker.types.doc,
DocumentPicker.types.docx,
DocumentPicker.types.ppt,
DocumentPicker.types.pptx,
DocumentPicker.types.xls,
DocumentPicker.types.xlsx,
],
})
Environment info
react-native : 0.70.6
IOS:14.0
react-native-document-picker": "^8.1.3",
Bug report
Even specify the type as "image", I still pick video
Reproducible sample code
DocumentPicker.pick({ type: 'image/*', }) .then((res) => { console.log(res); })
Steps to reproduce
4535227f928f4f3b3bfe8bd6cd383134.mp4
Describe what you expected to happen:
Environment info
react-native : 0.66.3
Harmony OS: 2.0.0
react-native-document-picker": "^8.1.2",
The text was updated successfully, but these errors were encountered: