I try to making Roll Ball Game by React Native.
I want to generate matter-js body objects from SVG file.
I found that I couldn't use Matter.Svg.pathToVertices
How can I generate matter-js body objects from SVG file in React Native ???
(error message)
Svg.pathToVertices: SVGPathSeg not defined, a polyfill is required.