@maplibre/maplibre-react-native 11.3.3 → 11.3.4

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.
@@ -262,7 +262,7 @@ open class MLRNMapViewManager(
262
262
  * tearing down the views in onDropViewInstance.
263
263
  */
264
264
  fun disposeNativeMapView() {
265
- val mapView = mViewManager.getByReactTag(reactTag)
265
+ val mapView = mViewManager.getByReactTag(getReactTag())
266
266
 
267
267
  if (mapView != null) {
268
268
  UiThreadUtil.runOnUiThread {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maplibre/maplibre-react-native",
3
3
  "description": "React Native library for creating maps with MapLibre Native for Android & iOS",
4
- "version": "11.3.3",
4
+ "version": "11.3.4",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": true