chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env node
// Executes expo-modules-autolinking CLI directly. This is accessed in three ways
// - via the `expo-modules-autolinking` command declared via `package.json:bin` in `expo`
// - in expo-templates-bare-minimum (prebuild) via Node resolution
// - in expo-modules-autolinking's expo-gradle-plugin
require('expo-modules-autolinking/bin/expo-modules-autolinking');
Generated Vendored Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env node
// Execute the CLI using node module resolution, instead of creating a new process.
// This avoids resolving issues with pnpm and yarn 2+ package managers.
require('@expo/cli');
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env node
require('@expo/fingerprint/bin/cli');