react-native-mdetect
Version:
Unicode and Zawgyi font detecting library for React Native.
15 lines (10 loc) • 377 B
Markdown
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);
});
```
Library help to check android device font , device