1.0.0 • Published 5 years ago

react-native-mdetect v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago