nativescript-mapbox
nativescript-mapbox copied to clipboard
Do you have plans to update this plug-in?
Do you have plans to update this plug-in?
Thank you
Same question!
Are you guys referring to support for NativeScript 6? Was just wanting to try the demo but it won't run on NS 6:
The current application is not compatible with NativeScript CLI 6.0.
The CLI suggestion is to migrate to 6. I did try to migrate the demo to NS 6 and the tns migrate command completes without error. However, the project will no longer build once it has been migrated to NS 6. The build fails with lots of errors like:
ERROR in /Users/terryjray/projects/vbi/nativescript-mapbox/demo/node_modules/nativescript-mapbox/mapbox.ios.ts Cannot find name 'CLLocationCoordinate2DMake'.
Looks to me like the module is not getting built thus when the app launches it fails with an error that it can't find the start function in file:///data/data/org.nativescript.mapbox/files/app/bundle.js
Anyone else got any info?
Hi @terryjray I am doing a feasibility study for a project, I started a project normally with Nativescript-Vue and then added the mapbox plugin, ran tns migrate
and got the feedback that my project already supported NS 6, then ran tns update
and I was able to run the application normally.