react-native-mdetect
v1.0.0
Published
Unicode and Zawgyi font detecting library for React Native.
Downloads
32
Maintainers
Readme
react-native-mdetect
Library help to check android device font , device is unicode or zawgyi font. Base on the MDetect by Myat Min Soe (Android Project) and using some logic to detect for unicode and zawgyi font.
Usage
import {isUnicode} from 'react-native-mdetect';
isUnicode().then((value) => {
console.log('is Unicode device ?? ' + value);
});