UNPKG

create-expo-module

Version:

The script to create the Expo module

9 lines (8 loc) 446 B
export declare function detectPublicModuleNameFromNativeContent(content: string): string | null; export declare function detectPublicModuleNameFromModuleSourceContent(content: string): string | null; export type AddPlatformSupportOptions = { platform?: string[]; features?: string[]; source?: string; }; export declare function addPlatformSupport(modulePathArg: string | undefined, options: AddPlatformSupportOptions): Promise<void>;