TolgaCagin / react-native-here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-heremaps

Just a native module to use Here Maps with React Native (Android only).

Instalation

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

Here Maps license

Go to HERE website and create your license key.

Then, open AndroidManifest.xml and update this section with your license.

    <!-- HEREMaps -->
    <meta-data
        android:name="com.here.android.maps.appid"
        android:value="YOUR-APP-ID-HERE" />

    <meta-data
        android:name="com.here.android.maps.apptoken"
        android:value="YOUR-APP-TOKEN-HERE" />

    <meta-data android:name="com.here.android.maps.license.key"
        android:value="YOUR-LICENSE-KEY-HERE"/>

About


Languages

Language:Java 45.1%Language:JavaScript 28.5%Language:Objective-C 19.2%Language:Python 7.1%