We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本 : 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 图片,其他无法选到
The text was updated successfully, but these errors were encountered:
期待您的回复哦
Sorry, something went wrong.
请问下解决了吗,我也只会显示图片,其他任何文件都不会显示,而且我从正则中移除图片的时候,图片也不见了,说明正则生效了
No branches or pull requests
版本 : 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 图片,其他无法选到
The text was updated successfully, but these errors were encountered: