half decent album list with art

This commit is contained in:
austinried
2021-06-21 22:39:10 +09:00
parent ff94889644
commit b4fee0aff4
18 changed files with 1964 additions and 90 deletions

View File

@@ -1,3 +1,5 @@
rootProject.name = 'SubSonify'
include ':react-native-fs'
project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/android')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'