UNPKG

react-native-nox-detector

Version:

React Native module to detect nox player

10 lines (8 loc) 179 B
export interface NoxInfo { found?: boolean; packageName?: string; label?: string; version?: string; apkPath?: string; } export function getNoxInfo(): Promise<NoxInfo>;