getPointAtLength(path): { x: Node, y: Node }
Implementation of getPointAtLength for Reanimated.
// We get the data from the SVG Path denormalized a way that can be handled with Reanimatedconst path = parsePath(d);const { y, x } = getPointAtLength(path, length);