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

Duplicate interface definition for class 'ARTBrush' #77

Open dincozdemir opened 3 years ago

dincozdemir commented 3 years ago

Hello,

Im on RN version 0.59.9 and want to use react-native-art instead of react-native's core ART library.

I installed it and linked it: react-native link @react-native-community/art Now I have this in my Pod file: pod 'ReactNativeART', :path => './node_modules/@react-native-community/art' But when I try to build I get this error:Duplicate interface definition for class 'ARTBrush'

How would I solve this error? Thanks.