This is a personal project I developed for downloading the past episodes of my favourite Italian radio show, Deejay Chiama Italia, running on Radio Deejay. I used to download the episodes with a small PHP app I created when studying at the college (my very first meaningful app!) and then moving the files into my phone; but then I realized I could just download the episodes directly on my phone if I learned a bit of React Native.
Since it was relatively straightforward, I added to the downloadable list a couple of other shows I like: Il Volo del Mattino and No Spoiler.
Note: this app works only on Android 10+
npx react-native run-android [--variant=release]
https://medium.com/geekculture/react-native-generate-apk-debug-and-release-apk-4e9981a2ea51