# react-native-heremaps

A HereMaps Android and iOS Bridge by RapptrLabs. Currently under construction.

## Getting started

`$ npm install react-native-heremaps --save`

### Mostly automatic installation

`$ react-native link react-native-heremaps`

## Usage
```javascript
import Heremaps from 'react-native-heremaps';

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