@codesthings/nativescript-google-maps-sdk
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -291,3 +291,2 @@ import { MapViewBase, BoundsBase, CircleBase, MarkerBase, PolygonBase, PolylineBase, ProjectionBase, PositionBase, latitudeProperty, VisibleRegionBase, longitudeProperty, bearingProperty, zoomProperty, tiltProperty, getColorHue } from "./map-view-common"; | ||
try { | ||
console.error('MapView.ios was called at', new Error('stack').stack); | ||
return this.nativeView; | ||
@@ -294,0 +293,0 @@ } |
{ | ||
"name": "@codesthings/nativescript-google-maps-sdk", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Google Maps SDK plugin for Nativescript", | ||
@@ -5,0 +5,0 @@ "main": "map-view", |
@@ -10,4 +10,6 @@ # Fork | ||
Install under an npm alias to avoid having to code change due to the org scope: | ||
Noted that for a webpack based project I had to also install the package without the alias: | ||
``` | ||
npm i -S -E nativescript-google-maps-sdk@npm:@codesthings/nativescript-google-maps-sdk@3.2.1 | ||
npm i -S -E @codesthings/nativescript-google-maps-sdk nativescript-google-maps-sdk@npm:@codesthings/nativescript-google-maps-sdk | ||
``` | ||
@@ -14,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
381
216506
3162