@rnmapbox/maps 10.0.0-beta.68 → 10.0.0-beta.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/rctmgl/build.gradle +2 -2
- package/android/rctmgl/src/main/java-v10/com/mapbox/rctmgl/components/annotation/RCTMGLMarkerView.kt +1 -0
- package/android/rctmgl/src/main/java-v10/com/mapbox/rctmgl/modules/CustomHttpHeaders.kt +1 -0
- package/ios/install.md +1 -1
- package/package.json +1 -1
- package/rnmapbox-maps.podspec +1 -1
|
@@ -130,8 +130,8 @@ dependencies {
|
|
|
130
130
|
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-turf:5.1.0'
|
|
131
131
|
}
|
|
132
132
|
else if (safeExtGet("RNMapboxMapsImpl", defaultMapboxMapsImpl) == "mapbox") {
|
|
133
|
-
implementation 'com.mapbox.maps:android:10.
|
|
134
|
-
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-turf:6.
|
|
133
|
+
implementation 'com.mapbox.maps:android:10.11.0'
|
|
134
|
+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-turf:6.10.0'
|
|
135
135
|
implementation 'androidx.asynclayoutinflater:asynclayoutinflater:1.0.0'
|
|
136
136
|
}
|
|
137
137
|
}
|
package/ios/install.md
CHANGED
|
@@ -60,7 +60,7 @@ You can also override the version to use. *Warning:* if you set a version, then
|
|
|
60
60
|
|
|
61
61
|
```ruby
|
|
62
62
|
# Warning: only for advanced use cases, only do this if you know what you're doing.
|
|
63
|
-
# $RNMapboxMapsVersion = '~> 10.
|
|
63
|
+
# $RNMapboxMapsVersion = '~> 10.11.0'
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
You will need to authorize your download of the Maps SDK with a secret access token with the `DOWNLOADS:READ` scope. This [guide](https://docs.mapbox.com/ios/maps/guides/install/#configure-credentials) explains how to configure the secret token under section `Configure your secret token`.
|
package/package.json
CHANGED
package/rnmapbox-maps.podspec
CHANGED
|
@@ -20,7 +20,7 @@ require 'json'
|
|
|
20
20
|
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
21
21
|
|
|
22
22
|
## Warning: these lines are scanned by autogenerate.js
|
|
23
|
-
rnMapboxMapsDefaultMapboxVersion = '~> 10.
|
|
23
|
+
rnMapboxMapsDefaultMapboxVersion = '~> 10.11.0'
|
|
24
24
|
rnMapboxMapsDefaultMapboxGLVersion = '~> 5.9.0'
|
|
25
25
|
rnMapboxMapsDefaultMapLibreVersion = 'exactVersion 5.12.1'
|
|
26
26
|
|