You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: