This is my second iteration of a music player app, currently im only building it for android.
Note: This is basically my second app made on react native, so this proyect will mostly be react native practice.
# build and run debug app
npm run android# build the app
npm run android:build
# download the app via adb
npm run android:install-build