UNPKG

react-native-mdetect

Version:

Unicode and Zawgyi font detecting library for React Native.

15 lines (10 loc) 377 B
# 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';` ```ruby isUnicode().then((value) => { console.log('is Unicode device ?? ' + value); }); ```