react-native-file-selector
react-native-file-selector copied to clipboard
React Native: Native File Selector
## Environment ``` React Native Environment Info: System: OS: macOS High Sierra 10.13.6 CPU: (4) x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz Memory: 1.01 GB / 16.00 GB Shell: 3.2.57...
react-native 0.45的版本可以用嘛
I've configured the file selector to IOS with documentation. but, Xcode displayed an error. RN Version 0.5.9 
Hi @prscX , I'm trying to install the module. But I'm having some problems. I created the file` res / values / color.xml` build.gradle ``` // Top-level build file where...
 I don't know why would it happen, this is my code: ** { console.log("file selected: " + path); }} onCancel={() => { console.log("cancelled"); }}/> ** just followed as what...
 @prscX
E:\Projects\APP\YDJW>react-native --version react-native-cli: 2.0.1 react-native: 0.59.1 > Task :app:preDebugBuild FAILED FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could...
please update react-native-file-selector/android/build.gradle dependencies { compile 'com.nbsp:library:1.8' compile 'com.android.support:appcompat-v7:27.0.2' compile 'com.android.support:support-v4:27.0.2' compile 'com.facebook.react:react-native:+' } to dependencies { implementation 'com.nbsp:library:1.8' implementation 'com.android.support:appcompat-v7:27.0.2' implementation 'com.android.support:support-v4:27.0.2' implementation 'com.facebook.react:react-native:+' } thanks !!!!!