# react-native-light-sensor

## Getting started

`$ npm install react-native-light-sensor --save`

### Mostly automatic installation

`$ react-native link react-native-light-sensor`

## Usage
```javascript
import LightSensor from 'react-native-light-sensor';

// TODO: What to do with the module?
LightSensor;
```
