BenJeau / react-native-draw

SVG based data-driven React Native drawing component 🎨
https://www.npmjs.com/package/@benjeau/react-native-draw
MIT License
127 stars 42 forks source link

feat: add skia as a renderer (creating abstracting package for canvases) #50

Open BenJeau opened 2 years ago

BenJeau commented 2 years ago

Changes

Things Left

Related Issues

closes #38 closes #51 kinda closes #20 (there must be a better OR I do the same thing I do in Skia but within the SVG renderer)

Screenshots (optional)

BenJeau commented 2 years ago

Update - What is blocking me on this PR is the example. Since react-native-skia does not support expo at the moment, I've ported the code to a native react-native project, but I am getting some weird compilation errors on Android and iOS related to react-native-skia