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
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: