https://github.com/starpebble/info-glass
🔍 A pure javascript react native component to get info about a mobile device, e.g. OS, manufacturer, and model.
https://github.com/starpebble/info-glass
component javascript react-native
Last synced: about 1 month ago
JSON representation
🔍 A pure javascript react native component to get info about a mobile device, e.g. OS, manufacturer, and model.
- Host: GitHub
- URL: https://github.com/starpebble/info-glass
- Owner: starpebble
- License: mit
- Created: 2017-11-13T18:34:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T22:43:50.000Z (over 8 years ago)
- Last Synced: 2025-10-20T02:00:35.747Z (9 months ago)
- Topics: component, javascript, react-native
- Language: JavaScript
- Homepage: https://github.com/starpebble/info-glass/wiki
- Size: 191 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# info-glass
A pure javascript react native component to get info about a mobile device, e.g. OS, manufacturer, and model.
[](https://badge.fury.io/js/info-glass)
### Description
info-glass is a [react native](https://facebook.github.io/react-native/) component that provides device info. info-glass can provide:
* OS name and version
* manufacturer
* model
to a react-native app. The component is written in javascript, convenient for some react native apps.
The component asynchronously provides device info to a parent component.
### Example Usage
See the example app [InfoGlassExampleApp](/example/InfoGlassExampleApp) in the examples directory.
JSX code snippet from the example app ...
```
🔍 InfoGlass Example App 💡
{OS}
{Manufacturer}
{Model}
```
Screenshots of the example app.
###### iOS

###### Android

### Questions
Leave comments or bug reports here on github in the project's [issues](https://github.com/starpebble/info-glass/issues).
### On GitHub
https://github.com/starpebble/info-glass