oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Docs for Integrating react-native-vector-icons with Kotlin Codebases #1589

Closed ashutosh887 closed 2 weeks ago

ashutosh887 commented 5 months ago

Is your feature request related to a problem? Please describe. I'm always frustrated when trying to integrate stuffs with the Kotlin Codebases as most of the Documentations are compatible to JAVA.

Additional context Let's add a section/tab in the documentation that helps users to use the package easily with Kotlin Codebases as well because these days, React Native CLI generates the Android compatible code in Kotlin.

vijay-nano commented 5 months ago

I agree I am also facing the issue.recently with react native version 0.73. As it create project in kotlin thereis no fonts folder inside src> main> folder. And the fontfaces name start with capital letter provided by react-native-vector. which is not supported by kotlin android project setup. the fonts should be font_name.ttf like this. please we need guid how to add these fonts in android with latest react-native-vector-icons.

ashutosh887 commented 5 months ago

Well said @vijay-nano @oblador Please look into this I would love to work on it

ashutosh887 commented 5 months ago

@oblador ?!

russelRajitha commented 4 months ago

having the same issue.

shubhamkackar0203 commented 1 month ago

Any update on this? I am stuck with the kotlin codebase too

johnf commented 1 month ago

FYI we will shortly release a new version of RNVI that doesn't need any backend integration. It's ready to go and only needs some testing.

Could you try switching to https://github.com/oblador/react-native-vector-icons/tree/monorepo instead?