benco8186
benco8186
> Hi @benco8186 > Thank you for reporting this issue. > We are going to try replicate this case on our end. Let me know if you can send us...
> So my issue turned out be the handling of the plugin by babel > > `presets: [ [ '@babel/preset-env', { targets: { esmodules: true }, ----> include: ["transform-classes"] }...
> @benco8186 > try this: > > 1. tns install babel > 2. put this in .babelrc > > ``` > { > "presets": [ > [ > "@babel/preset-env", >...
I have created a fork and updated nativescript dependencies and typescript compiler version, if you compile the files and replace in the node module by these (map-view-common.js,map-view.android.js,map-view.ios.js,map-view.d.js),it works the fork...
> > I have created a fork and updated nativescript dependencies and typescript compiler version, if you compile the files and replace in the node module by these (map-view-common.js,map-view.android.js,map-view.ios.js,map-view.d.js),it works...
sorry, don't replace map-view.d.ts by a js file but by the ts file I attach a zip file with the files I used [maps.zip](https://github.com/dapriett/nativescript-google-maps-sdk/files/5341260/maps.zip)