Hey, first of all thanks for the great project.
I came across an issue when I try to get path's total length with getTotalLength on IOS. It always returns 0. It works just fine on Android.
I created small demo with Expo Snack to test it. Please refer to the link below:
https://snack.expo.io/@vydimitrov/gettotallength
- First check it on Android device and you will see the total length is printed on the screen.
- Change device to IOS and you will see the the length never changes, it is always 0 as the initial value.
It seems that the issue was first reported here - #986 and PR was created to fix it here - #1135. However there seems to be an issue with the IOS implementation.
Hey, first of all thanks for the great project.
I came across an issue when I try to get path's total length with
getTotalLengthon IOS. It always returns 0. It works just fine on Android.I created small demo with Expo Snack to test it. Please refer to the link below:
https://snack.expo.io/@vydimitrov/gettotallength
It seems that the issue was first reported here - #986 and PR was created to fix it here - #1135. However there seems to be an issue with the IOS implementation.