react-native-file-selector
react-native-file-selector copied to clipboard
React Native: Native File Selector
I want fileName, fileSize, fileType also along with file path .If it can be done let me know else it should be included in library.
There is a log raised up said: Warning: Attempt to present on which is already presenting Maybe I miss some step in install?
The callback onCancel never gets called. I have followed the instruction on README for iOS, everything was working fine except the onCancel never gets called. I looked into the source...
[!] Unable to determine Swift version for the following pods: - `FileBrowser` does not specify a Swift version and none of the targets (`RNFileSelector`) integrating it have the `SWIFT_VERSION` attribute...
I want to upload files everywhere of iphone, but I only can access files in application box. There are some suggestions can achieve my goals?
Hello, I have install and link this package, but i didn't see FileBrowser.Framework.
Hi, I have installed the library using "npm install react-native-file-selector --save" In android/app/build.gradle I have added the below lines repositories { maven { url "http://dl.bintray.com/lukaville/maven" } maven { url "https://maven.google.com"...
Just upgraded to Xcode 10.0 and get the following error: dyld: Symbol not found: __T0BOWV Referenced from: /private/var/containers/Bundle/Application/FE262A78-23EA-4235-87EF-6FBDE57A7457/LinkReactNative.app/Frameworks/FileBrowser.framework/FileBrowser Expected in: /private/var/containers/Bundle/Application/FE262A78-23EA-4235-87EF-6FBDE57A7457/LinkReactNative.app/Frameworks/libswiftCore.dylib in /private/var/containers/Bundle/Application/FE262A78-23EA-4235-87EF-6FBDE57A7457/LinkReactNative.app/Frameworks/FileBrowser.framework/FileBrowser
``` "react-native": "0.54.4", "react-native-file-selector": "0.0.6", "react-native-modal": "^6.0.0", ``` file-selector doesn't open up when modal is open. Does anyone has similar issue?
Build Failed
Hi there, I'm very new to React Native and I'm facing some issues in installing this lib. I have installed the library and then linked it. After running the command...