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 compatibility issues and prevents the package from being used in projects targeting lower API levels.
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 compatibility issues and prevents the package from being used in projects targeting lower API levels.