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

20
node_modules/expo-linking/build/Schemes.d.ts generated vendored Normal file
View File

@@ -0,0 +1,20 @@
export declare function hasCustomScheme(): boolean;
/**
* Collect a list of platform schemes from the manifest.
*
* This method is based on the `Scheme` modules from `@expo/config-plugins`
* which are used for collecting the schemes before prebuilding a native app.
*
* - Android: `scheme` -> `android.scheme` -> `android.package`
* - iOS: `scheme` -> `ios.scheme` -> `ios.bundleIdentifier`
*/
export declare function collectManifestSchemes(): string[];
/**
* Ensure the user has linked the expo-constants manifest in bare workflow.
*/
export declare function hasConstantsManifest(): boolean;
export declare function resolveScheme(options: {
scheme?: string;
isSilent?: boolean;
}): string;
//# sourceMappingURL=Schemes.d.ts.map