@goongmaps/goong-map-react-native
Version:
A Goong GL react native module for creating custom maps
71 lines (51 loc) • 1.75 kB
Markdown
# Goong Maps SDK for React Native
_An unofficial React Native library for building maps with the [Goong Maps SDK for iOS](https://www.mapbox.com/ios-sdk/) and [Goong Maps SDK for Android](https://www.mapbox.com/android-sdk/)_
## Installation
**Dependencies**
* [node](https://nodejs.org)
* [npm](https://www.npmjs.com/)
* [React Native](https://facebook.github.io/react-native/) (0.59+)
**Yarn**
```
yarn add @goongmaps/goong-map-react-native
```
**Npm**
```
npm install @goongmaps/goong-map-react-native --save
```
## Installation Guides
* [Android](/android/install.md)
* [iOS](/ios/install.md)
* [Example](/example)
## [Getting Started](/docs/GettingStarted.md)
## Documentation
### Components
* [MapView](/docs/MapView.md)
* [Light](/docs/Light.md)
* [StyleSheet](/docs/StyleSheet.md)
* [PointAnnotation](/docs/PointAnnotation.md)
* [Callout](/docs/Callout.md)
* [Camera](docs/Camera.md)
* [UserLocation](docs/UserLocation.md)
* [Images](docs/Images.md)
### Sources
* [VectorSource](/docs/VectorSource.md)
* [ShapeSource](/docs/ShapeSource.md)
* [RasterSource](/docs/RasterSource.md)
### Layers
* [BackgroundLayer](/docs/BackgroundLayer.md)
* [CircleLayer](/docs/CircleLayer.md)
* [FillExtrusionLayer](/docs/FillExtrusionLayer.md)
* [FillLayer](/docs/FillLayer.md)
* [LineLayer](/docs/LineLayer.md)
* [RasterLayer](/docs/RasterLayer.md)
* [SymbolLayer](/docs/SymbolLayer.md)
* [HeatmapLayer](/docs/HeatmapLayer.md)
### Offline
* [OfflineManager](/docs/OfflineManager.md)
* [SnapshotManager](/docs/snapshotManager.md)
### Misc
* [CustomHttpHeaders](/docs/CustomHttpHeaders.md)
## Expo Support
## Developer Group
Have a question or need some help? Join our [Gitter developer group](https://gitter.im/react-native-mapbox-gl/Lobby)!