1.0.0 • Published 4 years ago

react-native-mdetect v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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);
 });
1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago