JordanHe
JordanHe
I want to put some overlays ontop of my camera view so that when the shot is taken by view shot it will be a picture with the overlays ontop....
I have noticed a strange issue with the Apple Health permissions for when trying to use the Native.getWorkoutRoutes(currentRun.uuid) What happens is the user accepts permissions to access "HKWorkoutTypeIdentifier" and "HKWorkoutRouteTypeIdentifier"...
I was using [email protected] and my app worked fine for the code below ``` handleSelect(index)} ref={swiperRef} style={{ width: screenWidth, justifyContent: "center", alignItems: "center", alignSelf: "center", }} width={screenWidth} data={[...new Array(items.length).keys()]} renderItem={({...
When I try and calculate the difference it never terminates. im using "@turf/helpers": "^6.5.0", "@turf/turf": "^6.5.0", ``` import * as turf from '@turf/turf'; const p1 = [[[-2.4088388, 57.02108101], [-2.40733, 57.02113],...
Facing a similar issue to a previous issue I raised [https://github.com/Turfjs/turf/issues/2892](url) Upgrading to ``` "@turf/turf": "^7.2.0", ``` Fixed that one case of inputs however for this it doesn't resolve ```...