ios - How to search through iPhone filesystem downloads folder for mp3 files in react native -


i'm working on react native ios app want through iphone's downloads folder .mp3 files can play. i've found library react-native-fs right able see files added app , can't figure out how search .mp3 files on iphone. advice on libraries use or code appreciated.

code project: https://github.com/laybium/laybium

in ios apps have access sandboxes. there's no such thing downloads folder, because there's no folder apps may share.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -