react-native-google-maps-plus 1.11.0 → 1.11.1-dev.1

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.
@@ -813,6 +813,7 @@ class GoogleMapsViewImpl(
813
813
  if (destroyed) return@onUi
814
814
  destroyed = true
815
815
  lifecycleObserver?.toDestroyedState()
816
+ lifecycleObserver = null
816
817
  markerBuilder.cancelAllJobs()
817
818
  clearMarkers()
818
819
  clearPolylines()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-maps-plus",
3
- "version": "1.11.0",
3
+ "version": "1.11.1-dev.1",
4
4
  "description": "React Native wrapper for Android & iOS Google Maps SDK",
5
5
  "main": "./lib/module/index.js",
6
6
  "module": "./lib/module/index.js",