# @janiscommerce/app-device-info

![janis-logo](brand-logo.png)

Library of methods to get information about device.

This library provides all the methods of [react-native-device-info](https://www.npmjs.com/package/react-native-device-info) and [react-native-community/netinfo](https://www.npmjs.com/package/@react-native-community/netinfo), in addition own methods to obtain parsed information.

## PeerDependencies:

To work, this package depends on you installing the following libraries

```sh
    npm install react-native-device-info

    npm install @react-native-community/netinfo
```

## Install the dependency:

```sh
    npm install @janiscommerce/app-device-info
```

