react-native-google-maps-plus 1.12.0-dev.2 → 1.12.0-dev.3

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.
@@ -302,7 +302,7 @@ class MapMarkerBuilder(
302
302
  } catch (_: CancellationException) {
303
303
  withContext(Dispatchers.Main) {
304
304
  ensureActive()
305
- onReady(createFallbackDescriptor)
305
+ onReady(createFallbackDescriptor())
306
306
  }
307
307
  } catch (t: Throwable) {
308
308
  mapErrorHandler.report(RNMapErrorCode.MARKER_ICON_BUILD_FAILED, "markerId=${m.id} buildIconAsync failed", t)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-maps-plus",
3
- "version": "1.12.0-dev.2",
3
+ "version": "1.12.0-dev.3",
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",