Integrating react-native-reanimted v2 react-native-vector-icons in my my own library #3524
Unanswered
Waseem6409
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a react native library for which I need 2 libraries react-native-vector-icons and react-native-reanimated, I know when we need to use react-native-vector-icons we have to do a few steps for android and ios, I tried to do those but Gradle gave an error of being a library instead of an application, I saw many libraries not asking the user to set it up, instead they doing it in their own library, I have been trying to achieve it but failed in every attempt, I have studied their code too, I have done the same with no success, Can someone help me how can I do it, I built the library setup with create-react-native-library
Beta Was this translation helpful? Give feedback.
All reactions