Tomas Najun

Results 2 comments of Tomas Najun

@MichealZhu I also got that error. I did [this coment](https://github.com/prscX/react-native-file-selector/issues/11#issuecomment-429577826). I hope that helps you.

Thanks to @cybercoder @ricbermo I fixed the issue following [cybercoder comment](https://github.com/prscX/react-native-file-selector/issues/11#issuecomment-427787400) and [ricbermo comment](https://github.com/prscX/react-native-file-selector/issues/11#issuecomment-428352128). To resume: 1. I added this line `implementation 'com.android.support:design:27.1.1'` in `./android/app/build.gradle` So `build.gradle` looks like: ```gradle...