UNPKG

react-native-nox-detector

Version:

React Native module to detect nox player

22 lines (14 loc) 357 B
# react-native-nox-detector Detect Nox App Center on Android devices in React Native. ## Installation ```bash 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();