paandahl / react-native-filesystem

Simple file system API for iOS & Android.
Apache License 2.0
71 stars 26 forks source link

Expose ListFiles as public method? #7

Open louisgv opened 7 years ago

louisgv commented 7 years ago

Hello,

I love this package. I'm trying to expose the native listFiles method from both Android and IOS from a folk, but have several question. I hope I can get some answer here. I will also try to ping RN folks too. Will definitely make a PR if this feature is desired:

NOTE: These questions serve as a dev notes. I am reading these docs from RN: http://facebook.github.io/react-native/docs/native-modules-android.html http://facebook.github.io/react-native/docs/native-modules-ios.html

paandahl commented 7 years ago

Hi, and sorry for the late response. I will definitely review your PR if you make it, but I don't have this material fresh enough in my head to answer your technical questions, and I'm very busy the coming period.

I can only recommend looking through the official docs, and looking through other, similar plugins on Github. Eventually just experience a bit.

I'm sorry I can't be of more help right now.