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
.ttf
.svg
We do something like below to show .ttf and .svg icons in React
import ttfFile from “./fonts/fileName.ttf”; import svgFile from “./svg/fileName.svg”
Or
Excuse me for wrong double quotes typo because I am answering from my mobile