You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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/artNow 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.