@rnmapbox/maps 10.0.8 → 10.0.9-rc.0

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.
@@ -1,5 +1,5 @@
1
1
  def defaultMapboxMapsImpl = "maplibre"
2
- def defaultMapboxMapsVersion = "10.13.0"
2
+ def defaultMapboxMapsVersion = "10.14.0"
3
3
 
4
4
  def safeExtGet(prop, fallback) {
5
5
  rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
@@ -21,6 +21,11 @@ class RCTMGLCameraChanged : RCTMGLEvent, RCTEvent {
21
21
  return newEvent
22
22
  }
23
23
 
24
+ @objc
25
+ var coalescingKey: UInt16 {
26
+ return 0;
27
+ }
28
+
24
29
  static func moduleDotMethod() -> String! {
25
30
  "RCTEventEmitter.receiveEvent"
26
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rnmapbox/maps",
3
3
  "description": "A Mapbox react native module for creating custom maps",
4
- "version": "10.0.8",
4
+ "version": "10.0.9-rc.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -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.13.1'
23
+ rnMapboxMapsDefaultMapboxVersion = '~> 10.14.0'
24
24
  rnMapboxMapsDefaultMapboxGLVersion = '~> 5.9.0'
25
25
  rnMapboxMapsDefaultMapLibreVersion = 'exactVersion 5.12.1'
26
26