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.

9 lines 294 B
type DeviceData = { deviceId: string | undefined; readableName: string; connected: boolean; type: 'emulator' | 'phone'; }; declare function listAndroidDevices(): Promise<DeviceData | undefined>; export default listAndroidDevices; //# sourceMappingURL=listAndroidDevices.d.ts.map