+1
Is it support Android??
PR welcomed for the Doc 👍
I'd happily help with a PR but with no initial pointers I'm struggling to get it working on Android...
I come from an primary iOS background so there must be something I'm missing in my Android knowledge.
I've gotten as far as adding the following the the apps main AppManifest file under a ".MainActvity" activity:
<intent-filter android:priority="100">
<action android:name="android.intent.action.OPEN_DOCUMENT" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.OPENABLE" />
<data android:mimeType="*/*" />
</intent-filter>
However I'm seeing the following error when calling this component:
"No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT cat=[android.intent.category.OPENABLE] typ=public.content }"
Any ideas?
Thanks!
Screenshot:

@lprhodes Did the latest readme edit help you from merging https://github.com/Elyx0/react-native-document-picker/pull/37 ?
@sibelius Hello, I'm the problem, in Adnroid equipment APP pop up after you this mistake after he collapses, excuse me, can you solve it?
@lizhiren2016 I deleted your multiple posts, you don't have to mention us one by one you could group them. @sibelius would surely know about it since it used to work and I didn't take part in the Android port.
@Elyx0 Ok, I'm sorry!Get you into trouble
@lprhodes I'm having the same issue selecting documents from Android. It says: No activity found to handle intent (act=android.intent.action.OPEN_DOCUMENT...). Did you solve this? I don't know how to fix it. Thank you.
I'll be trying again in the next few hours. I'll let you know how it goes
On 30 May 2017, 8:53 AM +1000, Miguel Alejandro Bolivar Portilla notifications@github.com, wrote:
@lprhodes I'm having the same issue selecting documents from Android. It says: No activity found to handle intent (act=android.intent.action.OPEN_DOCUMENT...). Did you solve this? I don't know how to fix it. Thank you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@Elyx0 Unfortunately it's not - the documentation is pretty much what react-native link react-native-document-picker does.
@Darking360 Did you find a solution? Looks like I'll be shipping without it on Android
@lprhodes Maybe anything from https://github.com/Elyx0/react-native-document-picker/issues/41#issuecomment-305476646 ?
That helps thanks; changing to conditional file types based on platform
@lprhodes https://github.com/Elyx0/react-native-document-picker/issues/41#issuecomment-305579345 ! 🙏
@lprhodes I'm going to give it a try to the solution proposed by @Elyx0. I'll keep you updated. Maybe tomorrow I'll write about it, I live in Venezuela and the internet connection doesn't help at all. Thank you in advance 👍