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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -