react-native-nox-detector
Version:
React Native module to detect nox player
22 lines (14 loc) • 357 B
Markdown
on Android devices in React Native.
```bash
npm install react-native-nox-detector
yarn add react-native-nox-detector
Usage :
import { getNoxInfo } from 'react-native-nox-detector';
async function checkNox() {
const info = await getNoxInfo();
console.log(info);
}
checkNox();
Detect Nox App Center