An open API service indexing awesome lists of open source software.

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.

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.

[![npm version](https://badge.fury.io/js/info-glass.svg)](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

![Screen Shot](https://raw.githubusercontent.com/starpebble/info-glass/master/example/InfoGlassExampleApp/info-glass-example-app-screenshot.png "info-glass screenshot")

###### Android

![Screen Shot](https://raw.githubusercontent.com/starpebble/info-glass/master/example/InfoGlassExampleApp/info-glass-example-app-android-screenshot.png "info-glass screenshot")

### 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