react-native-here-maps-android

0.0.5 • Public • Published

Here maps (Android) package for React Native

Install

yarn add react-native-here-maps-android

In AndroidManifest.xml add:

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

In MainApplication.java:

import com.heremapsrn.react.map.HereMapPackage;
 
protected List<ReactPackage> getPackages() {
      return Arrays.<ReactPackage>asList(
          new MainReactPackage(),
          new HereMapPackage() // <------ Add this line
      );
    }

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"/>

Package Sidebar

Install

npm i react-native-here-maps-android

Weekly Downloads

10

Version

0.0.5

License

none

Unpacked Size

21.8 MB

Total Files

364

Last publish

Collaborators

  • yasaricli