react-native-nox-detector
v0.3.2
Published
React Native module to detect nox player
Maintainers
Readme
react-native-nox-detector
Detect Nox App Center on Android devices in React Native.
Installation
npm install react-native-nox-detector
# or
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();