UNPKG
react-native-nox-detector
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
React Native module to detect nox player
react-native-nox-detector
/
index.d.ts
10 lines
(8 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
NoxInfo
{
found
?:
boolean
;
packageName
?:
string
;
label
?:
string
;
version
?:
string
;
apkPath
?:
string
; }
export
function
getNoxInfo
(
):
Promise
<
NoxInfo
>;