UNPKG

@react-native-community/cli-platform-android

Version:

This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.

6 lines 252 B
export declare const getEmulators: () => string[]; export default function tryLaunchEmulator(adbPath: string, emulatorName?: string, port?: number): Promise<{ success: boolean; error?: string; }>; //# sourceMappingURL=tryLaunchEmulator.d.ts.map