Skip to content

Zawgyi and Unicode Font detecting Library for React Native.

License

Notifications You must be signed in to change notification settings

HeinXtet/react-native-mdetect

Repository files navigation

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.

Install

npm i react-native-mdetect

Usage

import {isUnicode} from 'react-native-mdetect';

isUnicode().then((value) => {
      console.log('is Unicode device ?? ' + value);
 });

About

Zawgyi and Unicode Font detecting Library for React Native.

Resources

License

Stars

Watchers

Forks

Packages

No packages published