MediaLibrary not returning all music files

I’m using MediaLibrary to get all music files from my phone and it is only returning 20 songs, I’ve close to 200 songs on my phone. I’m using the following code.

const media = await MediaLibrary.getAssetsAsync({
mediaType: MediaLibrary.MediaType.audio
});

snack example

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.