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

## 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 ![Capture](https://user-images.githubusercontent.com/18526348/67546135-247e2280-f719-11e9-9ff7-2298e73bb7e8.JPG)

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...

![微信图片_20190904204021](https://user-images.githubusercontent.com/31974614/64256347-ddb04f80-cf55-11e9-8903-845a156bba1a.jpg) 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...

![image](https://user-images.githubusercontent.com/31252971/51739733-2bfe9580-20cd-11e9-89a8-84caa7f4afb7.png) @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 !!!!!