@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.
package/android/src/main/java/org/maplibre/reactnative/components/mapview/MLRNMapViewManager.kt
CHANGED
|
@@ -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(
|
|
265
|
+
val mapView = mViewManager.getByReactTag(getReactTag())
|
|
266
266
|
|
|
267
267
|
if (mapView != null) {
|
|
268
268
|
UiThreadUtil.runOnUiThread {
|
package/package.json
CHANGED