react-native-file-selector icon indicating copy to clipboard operation
react-native-file-selector copied to clipboard

React Native: Native File Selector

Results 50 react-native-file-selector issues
Sort by recently updated
recently updated
newest added

版本 : 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 图片,其他无法选到

![image](https://user-images.githubusercontent.com/43021723/158715083-a742e174-cbe2-432e-865d-79df6a89815e.png) RN0.66.4版本安装 [email protected]一直编译不了,卡在编译很长时间

I'm getting this error when I try to sync the project. Error:Failed to resolve: com.nbsp:library:1.8

react-native 0.59.9 Is there a more detailed explanation ? Screenshot or other ? Hope to get your answer.

dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/***/Library/Developer/Xcode/DerivedData/APPName-ciohvchhwvwbfubwetjezrhgxcbs/Build/Products/Debug-iphonesimulator/FileBrowser.framework/FileBrowser Reason: image not found

bug

This is probably due to the breaking changes introduced in RN 0.63 that have affected a lot of native modules. It's working fine with 0.62 but shows empty on 0.63....

Hi, for my app I want to be able to select a folder, as I am interested in all the contained files. Possible? Keep up the great work.

I did everything that was prescribed in Readme but no success. This is my PODFILE: platform :ios, '9.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target 'project' do pod 'React', :path => '../node_modules/react-native/' pod 'React-Core',...