react-native-mapbox-gl / maps
- среда, 9 декабря 2020 г. в 00:24:10
JavaScript
A Mapbox GL react native module for creating custom maps
An unofficial React Native library for building maps with the Mapbox Maps SDK for iOS and Mapbox Maps SDK for Android
On Android we support from version 6 (API 23) upwards
git clone git@github.com:react-native-mapbox-gl/maps.git
cd maps
yarn add @react-native-mapbox-gl/maps
npm install @react-native-mapbox-gl/maps --save
We have a feature request open with Expo if you want to see it get in show your support https://expo.canny.io/feature-requests/p/add-mapbox-gl-support
This library provides some mocks which are necessary for running tests.
Example:
"jest": {
"preset": "react-native",
"setupFilesAfterEnv": ["@react-native-mapbox-gl/maps/setup-jest"]
}
Have a question or need some help? Join our Gitter developer group!