@rnmapbox/maps 10.0.11-rc.0 → 10.0.11-rc.2

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.
@@ -1116,6 +1116,7 @@ open class RCTMGLMapView(private val mContext: Context, var mManager: RCTMGLMapV
1116
1116
 
1117
1117
  val _this = this
1118
1118
  mMap.addOnMapLoadedListener(OnMapLoadedListener { (begin, end) -> _this.handleMapChangedEvent(EventTypes.DID_FINISH_LOADING_MAP) })
1119
+ mMap.addOnStyleLoadedListener(OnStyleLoadedListener { (begin, end) -> _this.handleMapChangedEvent(EventTypes.DID_FINISH_LOADING_STYLE) })
1119
1120
  mMap.addOnStyleImageMissingListener(OnStyleImageMissingListener { (begin, end, id) ->
1120
1121
  for (images in mImages) {
1121
1122
  if (images.addMissingImageToStyle(id, mMap)) {
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.11-rc.0",
4
+ "version": "10.0.11-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },