What’s the best way to work with generated SVG/vector shapes in React Native?
I’m looking to build out an app which has to be able to draw vector based path shapes based on parametric values that the user adjusts. For example, giving a screw size and rendering a metric screw thread silhouette shape. I’d like it to run as a native app on Android and iOS, and Windows and macOS would be good too. I’ve made an MVP using Paper.js because I’m familiar it, but now I want to move to something like D3 for the SVG rendering rather than the Paper.js rasterised canvas, and I want it to be a native app for offline functionality.