Liam Charmer
Liam Charmer
@joulgs @taothai did you guys get any luck?
> @liamcharmer I abandoned the project, today I work with react native Ah that's fair enough, how do you find react native in comparison?
Ah, was an issue regarding BottomNavigation, which now requires to be installed as a seperate library and integrated as followed by https://blog.nativescript.org/nativescript-8-announcement/#important-note-about-bottomnavigation-and-tabs https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottom-navigation
Did this ever get solved @nesk
After investigation with @triniwiz , found that removing the line ```source 'https://github.com/CocoaPods/Specs.git'``` made it so the image loading did work with Image-Cache-It and the maps didn't break.
Is there any other way otehr than using http module?
> 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 >...
> @farfromrefug it seems to be related so I am not creating a separate issue, but with the new cli using gradle 7+ I am getting: > > ``` >...
E.g: When adding the initial Polyline, ``` this.surveyLine = { points: [], }; this.surveyLine.points.push({ lat: this.currentLocation.latitude, lng: this.currentLocation.longitude, }); this.surveyLine.visible = true; this.surveyLine.geodesic = true; this.surveyLine.width = 7; // get...
@justinmespel How were you able to get the location when the app is minimised in the foreground/background service? I try to use the plugin however the gps location doesn't change...