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.

8 lines 254 B
type User = { id: string; name: string; }; export declare function checkUsers(device: string, adbPath: string): User[]; export declare function promptForUser(users: User[]): Promise<User>; export {}; //# sourceMappingURL=listAndroidUsers.d.ts.map