react-native-art / art

React Native module that allows you to draw vector graphics.
https://github.com/react-native-community/art
MIT License
287 stars 78 forks source link

Add support for the Windows OS #83

Open jaimecbernardo opened 3 years ago

jaimecbernardo commented 3 years ago

This pull request adds support for running @react-native-community/art with react-native-windows.

jaimecbernardo commented 3 years ago

I've added commits to add a Windows project to the example app. This included updating the example to 0.63 as well.

jaimecbernardo commented 3 years ago

I've added a couple of commits to add a GitHub action to build and run the windows example.