版本 : react-native-file-selector 1.0.2 代码: RNFileSelector.Show({ closeMenu: true, filter: '.*(.txt|.PDF|.doc|.DOC|.DOCX|.docx|.xls|.xlsx|.XLS|.XLSX|.ppt|.PPT|.PPTX|.pptx|.txt|.TXT|.rar|.RAR|.zip|.ZIP|.png|.jpg|.pdf)$', }) 只能选择到 .png、jpg 图片,其他无法选到
版本 : react-native-file-selector 1.0.2
代码:
RNFileSelector.Show({
closeMenu: true,
filter:
'.*(.txt|.PDF|.doc|.DOC|.DOCX|.docx|.xls|.xlsx|.XLS|.XLSX|.ppt|.PPT|.PPTX|.pptx|.txt|.TXT|.rar|.RAR|.zip|.ZIP|.png|.jpg|.pdf)$',
})
只能选择到 .png、jpg 图片,其他无法选到