An attempt to use HEREMaps for Android in React Native.
npm install react-native-heremapsJust a native module to use Here Maps with React Native (Android only).
```
$ npm install react-native-heremaps --save
$ react-native link
Then, open AndroidManifest.xml and update this section with your license.
`
android:value="YOUR-APP-ID-HERE" />
android:value="YOUR-APP-TOKEN-HERE" />
``