expo-modules-autolinking
Version:
Scripts that autolink Expo modules.
7 lines (6 loc) • 311 B
TypeScript
import commander from 'commander';
/** Generates a source file listing all packages to link.
* @privateRemarks
* This command is deprecated for apple platforms, use `generate-modules-provider` instead.
*/
export declare function generatePackageListCommand(cli: commander.CommanderStatic): commander.Command;