Skip to content
Advertisement

Tag: bootstrap-icons

How can I use SVG in React Native?

I am trying to use bootstrap icons in react native and I can’t find any useful methods on how to render an SVG in react-native. Does anyone know how to? Answer To Add SVGs in react native you can use react-native-svg Install: yarn add react-native-svg Example: Or you want to import an svg to your app use: react-native-svg-transformer Example: But

Advertisement