iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Include in React Native #88

Open note89 opened 7 years ago

note89 commented 7 years ago

Hi, I would like to use this in React Native. I don't know how to include this in my project.

I have added the Jar file in /libs but the thing i add to AndroidManifest.xml looks like this image

I have no real experience with android development, but this is probably easy for someone that has.

Dragas commented 7 years ago

Read: Calling native code from javascript in react native.