Skip to content
Advertisement

Tag: native-base

How to add custom Icons to NativeBase

I have the .ttf and .svg files for customized icons that I designed. But I would like to import them into my NativeBase project, making them available for use in NB’s <Icon /> component. How can I achieve this? Answer React Native Custom Icon Font for NativeBase Adopted from: https://medium.com/@kelleyannerose/react-native-custom-icon-font-with-no-sad-red-screen-72b8d09a0e7b This is what worked for me 🙂 Step 0: React

Advertisement