New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-thinknet-maps

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-thinknet-maps

THiNKNET Maps GL is a react-native interactive maps library

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
68
-22.73%
Maintainers
1
Weekly downloads
 
Created
Source

ThinknetMaps GL SDK for React Native

ThinknetMaps is a React-Native library that simplifies your life.

Visit our official website at https://www.maps.thinknet.co.th

Installation

Dependencies

  • node
  • npm
  • React Native recommended version 0.50 or greater

Yarn

yarn add react-native-thinknet-maps

Npm

npm install react-native-thinknet-maps --save

Installation Guides

Note on iOS

In the Info of your application target Add Key MGLMapboxMetricsEnabledSettingShownInApp -> YES

Run Example in Source Code

Example

import MapboxGL from 'react-native-thinknet-maps';

....

<MapboxGL.ThinknetMapsView 
  style={{ flex: 1 }}
  showUserLocation={true}
  zoomLevel={12}
  app_id={'xxxx'}
  api_key={'xxx'}
  lang={'en'}
  userTrackingMode={MapboxGL.UserTrackingModes.Follow}/>

Keywords

gl

FAQs

Package last updated on 11 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts