vishalparmar22091989

Results 4 issues of vishalparmar22091989

handleDayPress(date)} onWeekChanged={(s, e) => handleWeekChange(s, e)} />

Demo code not working on iOS. can any one please provide working demo link. Thanks in Advance

- Interstate - Local - Highway I try to below but the attribute is always nil ![Screenshot 2021-11-24 at 9 26 20 PM](https://user-images.githubusercontent.com/89260302/143271961-52b382a6-6e04-49dc-9ab7-f4ca625e3b08.png)

> // setup waypoints > NMAGeoCoordinates *start = [[NMAGeoCoordinates alloc] initWithLatitude:49.839882 > longitude:24.029239]; > NMAGeoCoordinates *end = [[NMAGeoCoordinates alloc] initWithLatitude:49.849897 > longitude:24.022307]; > NMAWaypoint *startWaypoint = [[NMAWaypoint alloc] initWithGeoCoordinates:start]; >...