added calendar view to appointments

- NOTE: may have to change appointments abit after backend is updated
This commit is contained in:
Alex
2026-04-03 19:37:43 -06:00
parent 8401d9ef62
commit 5fa9cfd5d6
5 changed files with 149 additions and 20 deletions

View File

@@ -15,6 +15,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library