first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

22
node_modules/expo-constants/android/build.gradle generated vendored Normal file
View File

@@ -0,0 +1,22 @@
plugins {
id 'com.android.library'
id 'expo-module-gradle-plugin'
}
apply from: "../scripts/get-app-config-android.gradle"
group = 'host.exp.exponent'
version = '55.0.7'
expoModule {
// We can't prebuild the module because we need to apply `get-app-config-android.gradle` script.
canBePublished false
}
android {
namespace "expo.modules.constants"
defaultConfig {
versionCode 33
versionName "55.0.7"
}
}