react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Integrating react-native-vector-icons in my my own library

Open Waseem6409 opened this issue 2 years ago • 3 comments

  • [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
  • [x] Search for existing issues (including closed ones): https://github.com/oblador/react-native-vector-icons/issues

Environment

OS: WIndow 10 Nodejs : latest react-native-vector-icons : latest

Description

Describe your issue in detail. Include screenshots if needed.

0

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

Waseem6409 avatar Aug 29 '22 05:08 Waseem6409

@oblador @mlynch @alpha0010 @samuelpetroline @Ashoat

Please check it out and and help

Waseem6409 avatar Aug 29 '22 16:08 Waseem6409

If I understand your configuration correctly, you will want to add react-native-vector-icons and react-native-reanimated to the project in the example/ folder. Your main library itself should not link against them.

alpha0010 avatar Sep 01 '22 13:09 alpha0010

This type of question belongs on https://github.com/callstack/react-native-builder-bob , I think, since it is not relevant to react-native-vector-icons.

alpha0010 avatar Sep 01 '22 13:09 alpha0010