react-native-mapmagic-gl

1.0.6 • Public • Published

MapMagic GL SDK for React Native

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

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

Installation

Dependencies

Yarn

yarn add react-native-mapmagic-gl

Npm

npm install react-native-mapmagic-gl --save

or

Source Code

  • clone source code from gitlab
git clone git@gitlab.thinknet.co.th:mobile/react-native-mapmagic-gl.git
  • install node_module dependencies
cd react-native-mapmagic-gl
npm install
  • pack project to node_module ( result in react-native-mapmagic-gl-x.x.x.tgz file)
npm pack
  • move file to project and edit file package.json
 "dependencies": {
    ...
    ,
    "react-native-mapmagic-gl": "file:{pathtofile}"
  },
  • install node_module dependencies in project
npm install

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-mapmagic-gl';
 
....
 
<MapboxGL.MapMagicView 
  style={{ flex: 1 }}
  showUserLocation={true}
  zoomLevel={12}
  app_id={'xxxx'}
  api_key={'xxx'}
  lang={'en'}
  userTrackingMode={MapboxGL.UserTrackingModes.Follow}/>

Package Sidebar

Install

npm i react-native-mapmagic-gl

Weekly Downloads

38

Version

1.0.6

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

74 MB

Total Files

400

Last publish

Collaborators

  • thinknet