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

fix: lib compatible with latest RN #49

Closed Esemesek closed 4 years ago

Esemesek commented 4 years ago

Summary

Fixes #48

merge method was removed from RN and it seems like it was unnecessary here (https://github.com/facebook/react-native/blob/0.61-stable/Libraries/vendor/core/merge.js).