@rnmapbox/maps 10.1.33-rc.0 → 10.1.33

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.
@@ -229,6 +229,7 @@ public class RNMBXMarkerView: UIView, RNMBXMapComponent {
229
229
  )
230
230
  #if RNMBX_11
231
231
  options.allowOverlapWithPuck = allowOverlapWithPuck
232
+ options.ignoreCameraPadding = true
232
233
  #endif
233
234
  return options
234
235
  }
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.33-rc.0",
4
+ "version": "10.1.33",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },