react-native-get-music-files
react-native-get-music-files copied to clipboard
React Native package to get music files from local and sd for iOS and Android
This commit introduces essential nil checks across the TurboSongs module to ensure stability and error handling for properties that might not always be present, such as the assetURL, title, albumTitle,...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
I have a music application where the user can download the music file also. So when I fetched the music files I got all the files that the user store...
Hi @cinder92 , i want to ask to you , this package is support for using expo managed ?
I am encountering an issue where the React Native package is requiring API level 30 for android.provider.MediaStore.Audio.AudioColumns#GENRE, while my project's minimum API level is set to 25. This is causing...
I have setup this package properly , but while using any of functions to get songs gives following error on Android 
> Task :react-native-get-music-files:compileReleaseKotlin FAILED e: file:///home/haris/Desktop/react-native/MusicPlayer/node_modules/react-native-get-music-files/android/src/main/java/com/turbosongs/TurboSongsModule.kt:29:1 Class 'TurboSongsModule' is not abstract and does not implement abstract base class member public abstract fun getAll(options: ReadableMap?, promise: Promise!): Unit defined in com.turbosongs.TurboSongsSpec...