@rnmapbox/maps 10.1.31-rc.0 → 10.1.31

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.
@@ -5,7 +5,6 @@ import android.net.Uri
5
5
  import android.util.Log
6
6
  import com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
7
7
  import com.mapbox.maps.extension.style.sources.generated.ImageSource
8
- import com.rnmapbox.rnmbx.rncompat.resourcedrawableidhelper.*
9
8
  import com.rnmapbox.rnmbx.utils.LatLngQuad
10
9
  import java.net.URL
11
10
 
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.1.31-rc.0",
4
+ "version": "10.1.31",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -1,7 +0,0 @@
1
- package com.rnmapbox.rnmbx.rncompat.resourcedrawableidhelper;
2
-
3
- import com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
4
-
5
- public fun ResourceDrawableIdHelper.Companion.getInstance(): ResourceDrawableIdHelper {
6
- return this.instance
7
- }