Files
JKVideo/shims/expo-intent-launcher.web.ts
Developer 3f82646496 init
2026-03-26 12:15:40 +08:00

6 lines
205 B
TypeScript

/** Web shim for expo-intent-launcher - no-op for web */
export async function startActivityAsync(_activity: string, _params?: unknown): Promise<unknown> {
return {};
}
export const ActivityAction = {};